Footer Part Is Not In Proper Location

Posted in: Newspaper
Post count: 101

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….

Post count: 35449

Hi,

Please put your url site here for a better inspect, then I will be able to give you a correct answer.

Thank you for your understanding.

Post count: 101

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

Post count: 35449

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.

Post count: 101

I have disable the right click… can you please check and solve the issue.

Post count: 35449

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.

Post count: 101

As shown in the screenshot i want exactly like that… can you tell me how to do that.

https://www.screencast.com/t/Mq96UmyrW

Post count: 35449

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.

Post count: 101

Okie.

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