Hello…. When the page is big than footer stick at bottom perfectly…. but suppose if the page is small or blank page than footer comes up.. I want footer should always shows at the bottom of the page whether page is long, short or no content at all.
Please help me solving the issue….
Check this page: https://jalewa.com/about
footer part is coming upper side… if text is less than footer should be always at the bottom
Hi,
I was not enable to inspect your page because you have block the right click on your site, but you are use a sub footer not a footer style and you only show a copyright on it.
What you are asking can be done just with custom code, because the code need to recognize every height of screen will be open your site and set the subfooter at the bottom.
Thank you for your understanding.
Thank you.
Hi,
This is not a issue, this is how it’s need to bee done ( why? because there are a lot of resolutions and the height for them is different ). If you want that, I can provide you some documentation and an example but I don’t recommend you to do it only if you are sure what you do, or you can hire a developer.
Documentation :
https://medium.com/@paynoattn/flexbox-sticky-footer-d19dab50c34
https://codepen.io/paynoattn89/pen/XerevL
https://css-tricks.com/fun-viewport-units/
See results:
https://www.screencast.com/t/Mq96UmyrW
Thank you.
As shown in the screenshot i want exactly like that… can you tell me how to do that.
Hi,
Copy this code in Newspaper > Theme panel > Custom code > Custom css
.td-sub-footer-container{
margin: auto auto 0 auto;
}
.td-container .td-page-content{
min-height: 63vh;
}
don’t forget to save the change you make.
https://www.screencast.com/t/TlK1UXJTFw
Thank you.