Viewing 4 reply threads
You must be logged in to reply to this topic.
hi, i elieve you have been asked about this for the ‘Specular‘ theme, however, i too need a fix for having a sticky footer for pages with little content, with is useful for when they are viewed on large monitors.
I;ve tried: .footer_wrapper { position: fixed !important; }
but this isn;t going to work on the page that do have lots of content, it makes the footer stay in a static position on screen, always visible when scrolling – is there any way to make it so that the footer is only visible when the user scrolls to the bottom of the page, and sticky to the bottom when on a page with little text, therefore removing the gap under it?
Please Help
Hello,
Please add this code into your custom css box:
#content {
min-height: 750px;
}
Best regards!
hi, thats not working, please can you look at this page?
https://fire.atbdev.co.uk/about/
the footer is on top on content, not hitting it
Hello,
Can you please check your link? It redirects me to Google.
Try to edit the code above to this: #content { min-height: 750px !important;}
Best regards!
You must be logged in to reply to this topic.