[Support request] Blank space when using Sections and Lightweight Grid Columns

Home Forums Support [Support request] Blank space when using Sections and Lightweight Grid Columns

Home Forums Support Blank space when using Sections and Lightweight Grid Columns

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #710934
    Tom

    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;
    }

    #710947
    David
    Staff
    Customer Support

    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.

    #710954
    Tom

    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.

    #710990
    David
    Staff
    Customer Support

    OK, give this CSS a shot:

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

    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.

    #710998
    David
    Staff
    Customer Support

    Ok keep me posted 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.