Site logo

Archived topic

Blank space when using Sections and Lightweight Grid Columns

5 replies · Started by Tom on October 26, 2018

Viewing posts 1–6 of 6

My homepage uses 'Sections' and 'Lightweight Grid Columns'. When I open it in a new window on desktop, I get large amounts of unwanted blank space under the sections which use LGC. Resizing the window removes the blank space.

I've tried adding the code below which I found in a support response to a similar query but it doesn't help.

.lgc-column {
margin-bottom: 0;
}

Hi there,

are you seeing this in any particular browser?
I tried it across Chrome, FF Dev and Safari and i am not seeing the issue.

Chrome and Safari, both when logged in and logged out! The space appears at the bottom of both the main two column text section, and the orange training sections.

OK, give this CSS a shot:

.lgc-column {
    height: auto !important;
}

Thanks. That seems to work while I'm logged in, but not when I'm logged out. Might be a cache issue - I'll get back to you if the problem persists.

Ok keep me posted :)

This archived topic is closed to new replies.