Site logo

Archived topic

Too much of white space between the posts on IPhone

7 replies · Started by Peter on December 11, 2020

Viewing posts 1–8 of 8

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 :)

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 ?

Try adding this CSS:

@media(max-width: 768px) {
    .generate-columns-container footer.entry-meta {
        display: none;
    }
}

Works! Thanks David.

You're welcome

This archived topic is closed to new replies.