• Hi,

    I am having trouble with the footer-Margin. I want to get rid of it.
    margin-block-start is set on that template part apparently. Block-end has a margin of 0. Where do I overwrite this? Thanks in advance for any hint by other Poe users …

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @entlein,

    You should be able to remove this by selecting the block in the site editor, adding a margin setting to the block (in the Dimensions panel), and setting the top and/or bottom margin to 0.

    — Anders

    Thread Starter entlein

    (@entlein)

    I do have a margin of 0 already. This block-start margin is a different animal.

    This is a wordpress core problem. It’s not limited to a single theme. It has not been fixed.

    Appearance -> Editor -> Templates -> MyTemplate -> Edit -> MyFooter -> Style (top right corner – white/black circle) -> Layout -> BLOCK SPACING (at the bottom of side bar)

    Block spacing is set to 1.5 rem -> set it to 0.

    Sorry, this removed the gap above Footer but also affected all other blocks…

    • This reply was modified 1 year, 2 months ago by cikote.
    medesigngood

    (@medesigngood)

    Add this to your custom css to remove the extra spacing between the content and the footer without messing up the spacing for all the other site block elements.

    footer.wp-block-template-part {margin-block-start:0 !important;}

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘get rid of footer block-start-margin’ is closed to new replies.