When I only have a small amount of vertical content on my page then the footer fills most of the page – rather than being a slim bar at the bottom of the browser window.
Hi bouncy1234,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#top #main {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
Please review all the pages afterwards and see if it helps.
Best regards,
Nikko
That has fixed the issue. Thanks.