• Resolved Carsten Lund

    (@carsten-lund)


    Hi there, I’m trying to remove the space between the blocks on my front page.

    This is not some added margin to the blocks, but some natural space which apparently can’t be removed with styling using the inspector.

    I want the blocks to join each other which no space. How do I do that?

    I’m using GeneratePress as my theme.

    Regards Carsten

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Alvind

    (@alvindcaesar)

    Hi there,

    For the first section gap, try adding this CSS to fix it:

    .entry-content > div.wp-block-getwid-section {
    margin-bottom: unset !important;
    }

    For the second section gap, there’s an empty Paragraph block between the sections below it. Make sure to remove the empty Paragraph block, as it’s causing the extra space.

    Thread Starter Carsten Lund

    (@carsten-lund)

    Hi there, thanks for solving the issue, even though some of it was out of scoop and caused by the Getwid plugin.

    Regards

    Carsten

    Plugin Support Alvind

    (@alvindcaesar)

    No problem, glad to be of help!

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

The topic ‘White background space between blocks’ is closed to new replies.