• I am trying to remove the white space/padding above the menu bar/header and below the footer. If I adjust the height of the menu it does cover the white space but then loses all functionality. Is there a CSS code I can input to remove the padding above and below my site? The theme doesn’t have that option in the customizer section.

    Please advise!

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

Viewing 1 replies (of 1 total)
  • Moderator jordesign

    (@jordesign)

    Hi @jencreativestudio1 – it looks like you’re using Elementor to inject the header and footer of the site inside the main content area. So the padding at top and bottom is from the theme’s header and footer.

    If you’re inly going to use Elementor for those header/footer areas – this CSS will hide the themes header/footer.

    #site-header, #site-footer {
    display:none;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.