Site logo

Archived topic

How can i remove blank space between two posts on my homepage.

5 replies · Started by Vikas on September 11, 2020

Viewing posts 1–6 of 6

This is the screenshot of the issue i want to solve - https://ibb.co/pQjFwPN. I want to remove the blank space that is in between consecutive posts on my home-screen.
My website link if you want to take a look - https://techbhay.com

Actually i just want the post section to combine widgets are fine seperated.

Ok try this CSS;

.blog.separate-containers .site-main > *, .archive.separate-containers .site-main > * {
    margin-bottom: 0;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Then remove this CSS from Additional CSS field in the customizer:

.inside-article, .sidebar .widget, .comments-area {
    border: 1px solid rgba(232, 234, 237, 1);
    box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}

Thanks works like a charm.

No problem :)

This archived topic is closed to new replies.