• Resolved edtwodth

    (@edtwodth)


    I simply cannot remove the margin that is between the footer and the group with content, as shown in the picture. I have tried everything. If I examine all groups etc., there is no margin applied, everything is reset.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter edtwodth

    (@edtwodth)

    footer.wp-block-template-part {margin-top:0}

    Gin

    (@rawdolphe)

    Hi @edtwodth, I had issues with this as well, so came up with:


    /hide small footer gap/
    .footer-start-gap {
    margin-block-start: 0;
    }

    Then manually added the ‘footer-start-gap’ class to the footer in various templates: Advanced > ADDITIONAL CSS CLASS(ES).

    Is your code ok? If so I would rather set this globally.

    Gin

    (@rawdolphe)

    @edtwodth, I just tested your option and I think it’s better. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘margin between footer and post template’ is closed to new replies.