CooperLandingFishingGuide Posted January 25, 2022 Posted January 25, 2022 Site URL: https://www.cooperlandingfishingguide.com Recently, on my home page, when I click the "hamburger" icon to the top left, my pre footer, footer and bottom of my website pops up instead of page navigation links. Anyone know what would cause this? Thank you for your help! SquareRefresh 1
SquareRefresh Posted January 25, 2022 Posted January 25, 2022 4 hours ago, CooperLandingFishingGuide said: Recently, on my home page, when I click the "hamburger" icon to the top left, my pre footer, footer and bottom of my website pops up instead of page navigation links. Anyone know what would cause this? Thank you for your help! Hey @CooperLandingFishingGuide try to add next code in Custom CSS: @media only screen and (max-width: 640px) { .mobile-nav-open #preFooter, .mobile-nav-open #footer { visibility: hidden; } } tuanphan 1 SquareRefresh, premium plugins & templates that have an elevated feel. Plugins: Have your site stand out. Templates: Our templates are designed with versatility in mind.Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins.
tuanphan Posted January 25, 2022 Posted January 25, 2022 Try adding to Design > Custom CSS .mobile-nav-open div#preFooter { opacity: 0; } .mobile-nav-open footer#footer { opacity: 0; } .force-mobile-nav.mobile-nav-open #sidecarNav { z-index: 99999999999999; } CooperLandingFishingGuide 1 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!)
CooperLandingFishingGuide Posted January 25, 2022 Author Posted January 25, 2022 (edited) 6 hours ago, tuanphan said: Try adding to Design > Custom CSS .mobile-nav-open div#preFooter { opacity: 0; } .mobile-nav-open footer#footer { opacity: 0; } .force-mobile-nav.mobile-nav-open #sidecarNav { z-index: 99999999999999; } Is it just for mobile, or all squarespace versions? It appears to work! Thank you so much! Edited January 25, 2022 by CooperLandingFishingGuide
tuanphan Posted January 26, 2022 Posted January 26, 2022 15 hours ago, CooperLandingFishingGuide said: Is it just for mobile, or all squarespace versions? It appears to work! Thank you so much! Not sure the cause. The code works for some templates only. 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment