LocalPlantSupply Posted January 9 Share Posted January 9 Currently if I click the top right corner even when the menu is hidden, it still allows the user to click it and enter the burger menu. localplantsupply.com Password is known Link to comment
Solution Ziggy Posted January 9 Solution Share Posted January 9 It looks like you are using this to hide the menu: visibility: hidden; If you use this instead then it will not load rather than just being hidden: display:none; Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
LocalPlantSupply Posted January 10 Author Share Posted January 10 @Ziggyfor some reason when I do this, the header on the desktop version ends up shifting further left so the logo is now off center. Link to comment
Ziggy Posted January 10 Share Posted January 10 2 hours ago, LocalPlantSupply said: logo is now off center Try this code instead of what you have: .header .header-burger { display: none; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
LocalPlantSupply Posted March 1 Author Share Posted March 1 (edited) @Ziggymy logo on desktop and mobile is still off center with the following CSS: <style> .burger-box , .header-burger , .header-nav , .sqs-button-element--primary { display:none !important; } </style> I am going to switch it back to visibility:hidden temporarily as I'd rather have it invisible and clickable than an off center logo until I have a working fix. On desktop it shifts to the left, on mobile it shifts to the right. I tried a few things from other forum posts here but none are working for me. Thanks in advance! Edited March 1 by LocalPlantSupply Link to comment
LocalPlantSupply Posted March 2 Author Share Posted March 2 @Ziggystrangely switching it back to visibility:hidden has now fixed my issues. *shrugs* tuanphan 1 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