Site logo

Archived topic

Section + Lightweight Grid Columns

18 replies · Started by Feri on February 1, 2018

Viewing posts 16–19 of 19

Strange, try adding this:

@media (max-width: 768px) {
    .lgc-column {
        margin-bottom: 20px;
    }

    .inside-grid-column {
        margin-bottom: 0;
    }
}

I just did :)

Glad it's working.

This archived topic is closed to new replies.