Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tom

    (@edge22)

    Hmm, tough one. One way would be to give those columns a class and then apply CSS to that class only.

    You’ll want to only apply it to desktop as well, as you want that spacing on mobile.

    Thread Starter Beherit

    (@beherit)

    I already fixed it by adding this CSS (this works if we have 2 rows and 6 cells):

    @media (min-width: 1025px)
    .entry-content>.lgc-column:nth-child(n+4) .inside-grid-column {
        margin-bottom: 0;
    }
    Plugin Author Tom

    (@edge22)

    Awesome! Sorry I didn’t get back to you quicker 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Last row bottom padding’ is closed to new replies.