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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.