KWILES Posted October 1, 2020 Share Posted October 1, 2020 Site URL: https://paddlefish-red-zy7l.squarespace.com/ My footer on mobile site isn't looking great. For some reason the right hand text box is sitting vertical on top of the left hand text box on desktop but now that the mobile info bar is enabled I think it would be best to remove the red footer on mobile completely as when you are scrolled right to the bottom and click the hamburger menu it overlaps. What is a code to hide the footer on mobile devices only? Link to comment
tuanphan Posted October 3, 2020 Share Posted October 3, 2020 Add to Home > Design > Custom CSS /* Hide mobile footer */ @media screen and (max-width:767px) { footer.sections { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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