Sticky Footer

Posted in: Newspaper
Post count: 131

@Tagdiv developers, can you include please a sticky footer option in the next release? Some pages are extremely small, and the footer goes up the page which makes the website look bad.

@All – did you ever manage to hack so the footer would stick to the bottom of the page? Please share your techniques!

Post count: 22421

Hello,
Thank you for your suggestion.
You can add blank spaces only for desktop as a workaround. Add a column text or text with title element and add a few blank spaces. Press the enter key a few times and then save the element It should add blank space. You can add a custom class to it so you can disable it for other devices: https://www.screencast.com/t/fD8wPn7C
And then add this code in the theme panel-> custom code> advanced css box under the desktop field:

.blankspace{
display:none!important
}

I hope this helps.
Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.