• hallo,

    I cannot remove the blank section under the footer on this page.

    I tried opening and editing the template but that same section does not show: https://ibb.co/FsxDrvk

    thank you

    • This topic was modified 2 years, 8 months ago by agrycult.

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

Viewing 1 replies (of 1 total)
  • Hey @agrycult ! It looks like this only happens when your content is not long enough for your page to actually fill the whole height of the browser. A quick fix would be to add this css code under Appearance > Editor > Styles > Additional CSS or under Appearance > Additional CSS

    body {
        min-height: 100vh;
    }
Viewing 1 replies (of 1 total)

The topic ‘hidden section’ is closed to new replies.