[Resolved] Reduce Padding between Rows in Masonry Mode in Blog Page

Home Forums Support [Resolved] Reduce Padding between Rows in Masonry Mode in Blog Page

Home Forums Support Reduce Padding between Rows in Masonry Mode in Blog Page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1976311
    FunkyCss

    Hi There,

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

    #1976422
    Ying
    Staff
    Customer Support

    Hi there,

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

    Let me know ๐Ÿ™‚

    #1976434
    FunkyCss

    Hi Ying,

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

    #1976486
    Ying
    Staff
    Customer Support

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

    #1976795
    FunkyCss

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

    #1976825
    Leo
    Staff
    Customer Support

    Can you give this CSS a shot?

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

    Hello Leo and Ying,

    That was helpfull and it works!

    #1978962
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.