• Hi,
    my grid style on the main page is broken for a few weeks now. I have some empty gaps between my posts. Updates haven’t changed anything so far. Anybody has an idea how to fix this?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Try to add the below CSS code from the Appearance > Customize > custom CSS, and check.

    #blog-entries {
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    Thread Starter tobiasm

    (@tobiasm)

    Hi Abhishek,
    thanks that fixed my problem.

    Glad to hear that the issue has been fixed!

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

The topic ‘Main site grid broken/showing empty gaps’ is closed to new replies.