Archived topic
Too much of white space between the posts on IPhone
7 replies · Started by Peter on December 11, 2020
There is too much of white space between the posts on IPhone. It is almost 1/2 inch. Any way to reduce it? Regards, Peter.
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
https://www.zgazette.com/.
You have to open it in an IPhone to see the issues.
Hi there,
any particular device you're seeing this on ? Can't see the problem on my iPhone.
What happens if you open it in a private/incognito browser ?
https://www.dropbox.com/s/jsrlrhmr6wk0zv2/iphone11.PNG?dl=0
It is on IPhone 11. The same is in IPhone 6. To much space is wasted between the post. Thanks for very quick response.
Try adding this CSS:
@media(max-width: 768px) {
.generate-columns-container footer.entry-meta {
display: none;
}
}
Works! Thanks David.
You're welcome