Is it possible to make footer adjust to bottom of screen? I'm noticing it adjust to bottom of content on page, for instance it moves according to how much content you have on page.
Footer adjust
4 posts from 3 voices-
Posted 6 months ago #
-
Hey!
Afaik this is not possible. You could set a minimum content height however it's not a "real" solution because it depends on the screen resolution and the content height varies from screen to screen.
Best regards,
PeterPosted 6 months ago # -
Could you just completely remove footer?
Posted 6 months ago # -
Hi O5,
You could yes. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#footer { display: none; } #socket { display: none; }Posted 6 months ago #
Reply
You must log in to post.














