Tagged: footer
Please can you help with a fix to push the footer down to the bottom of the page when there isn’t enough content? I’ve tried position: fixed but I do not want this behavior.
Hey callumwhitehouse,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
.page-id-108 #main .container_wrap_first {
min-height: 65vh;
}
just adjust the value (100vh is the whole height of the screen).
Best regards,
Nikko
Thank you.
You must be logged in to reply to this topic.