Site logo

Archived topic

Home Page Line Space is too Big

5 replies · Started by Thomas on June 28, 2019

Viewing posts 1–6 of 6

Hello

I am premium user of GeneratePress, I find the home page, line space is way too big, especially show in mobile device,
I don't know how to attach a picture here, please let me know.

Thanks

Thomas

I did try this and it does not work at all, I even put "Content Separator" as 0 or 0.1, it still show big gap there.

Try this CSS:

.blog .post, .archive .post {
    margin: 0;
}

Be sure to clear your caching plugin.

Let me know :)

It works with the following CSS:

.one-container:not(.page)
.inside-article{
padding: 0 0 10px 0;
}
.post {
margin: 0 0 0em 0;
}

Glad to hear :)

This archived topic is closed to new replies.