empty space below the footer

Posted in: Newspaper
Post count: 39

Is it possible to make the footer sticky to the bottom of the browser on pages where i don’t have a lot of content?
i’d rather have empty space between content and footer than empty space below the footer.

Post count: 35449

Hi,

Unfortunately there is no option for this in our theme, sorry!

Sorry for the inconvenience!

Post count: 26

Wow, really?! (sorry – I just came across this)
Are there any plans to add this or can your offer some advice/code to help us out?

Many thanks 🙂

Post count: 35449

Hi,

That you can do is to set a sidebar, in this way the footer will start from where the sidebar ends.

Hope this will help!
Thanks!

Post count: 26

Ok, that might be helpful – thanks.

I know there are a few techniques out there, but I haven’t looked at the code with regard to this yet, so don’t know how they would work with the theme’s structure.

I’ll cross that bridge if and when I come to it, but if you have any tips on how to code it, others may find it helpful.

Thanks 🙂

Post count: 35449

Hi,

You can achieve this using custom css if the page look like this http://prntscr.com/omsw0z -> http://prntscr.com/omswdo
.page-id-1959 .td-footer-wrapper{
width: 100%;
position: absolute;
background-color: #111111;
bottom: 0px;
}

All you need to do is to remove the “.page-id-1959” and this code will be apply on all website, or just change the number of id with the id of the page you want to show the footer at the bottom.
http://prntscr.com/omsxvd

Thank you!

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