Site logo

Archived topic

Bottom Padding Section + Lightweight Grid Columns

1 reply · Started by Feri on September 28, 2018

Viewing posts 1–2 of 2

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

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;
}
This archived topic is closed to new replies.