[Resolved] Bottom Padding Section + Lightweight Grid Columns

Home Forums Support [Resolved] Bottom Padding Section + Lightweight Grid Columns

Home Forums Support Bottom Padding Section + Lightweight Grid Columns

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #688459
    Feri

    Hi there,

    i have 2 section + Column with blue background image: one after header and the last at middle of the blog.

    section padding bottom set to 0 but nothing happen. bottom padding size not change.

    i try to change setting for top padding and normal, size change like usual.

    How to change bottom padding for Section + Lightweight Grid Columns Plugin?

    thanks

    #688690
    David
    Staff
    Customer Support

    Hi there,

    the .inside-grid-column ( the wrapper inside grid columns) has a default bottom-margin of 1.5em. Which is adding the space below the columns – hence you don’t notice any difference when reducing the padding value below c. 20px.

    You can remove the margin like so or add a different value:

    .inside-grid-column {
        margin-bottom: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.