• Hello, I am using the twenty twenty four theme. I can’t find how to remove the blank space between the content and the footer, it is visible on al the pages (I set all the margins and padding to 0, for the group, the content, and the footer but nothing seems to work).

    Thank you,

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

Viewing 1 replies (of 1 total)
  • Hey @datamorphoz! This is controlled by the Block Spacing option under Styles > Layout in the site editor, but changing this will affect all blocks, globally.

    You can apply some custom css to handle this, like the following.

    footer.wp-block-template-part {  
      margin-block-start: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove margin between Content and Footer?’ is closed to new replies.