Claibuco Posted August 11 Share Posted August 11 The footer of my site is overlapping and hiding content on the page. Was able to find a work around for desktop but it is still happening on mobile. Any thoughts? Link to comment
Solution tuanphan Posted August 11 Solution Share Posted August 11 Because you used CSS position: absolute code for footer, so footer will move up and overlap content. You need to increase padding of Page Content. Use this code to Custom CSS box @media screen and (max-width:767px) { body.homepage #page>article>section:last-child { padding-bottom: 400px !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment