Site logo

Archived topic

Reduce Padding between Rows in Masonry Mode in Blog Page

7 replies · Started by FunkyCss on October 26, 2021

Viewing posts 1–8 of 8

Hi There,

I would like to reduct the padding in the bottom line bettwen rows when collumns / Masonry is enabled.

Hi there,

Can you try go to Customizing > Layout > Container and reduce the Content Separator value?

Let me know :)

Hi Ying,

My content seperator is 0, I have already tried this , but there is an enormous padding over there.

Then can you also reduce the top and bottom content padding at Customizing > Layout >Container?

Yes but this will reduce all the site padding on top and bottom.

Can you give this CSS a shot?

.one-container.archive .post:not(:last-child), .one-container.blog .post:not(:last-child) {
    padding-bottom: 40px;
}

Hello Leo and Ying,

That was helpfull and it works!

No problem :)

This archived topic is closed to new replies.