Copper00 Posted December 5, 2022 Share Posted December 5, 2022 Website Hi - I would like to change my mobile menu to a full page overlay with white background, rather than the current pulldown. Possible? Thank you! Link to comment
Ziggy Posted December 6, 2022 Share Posted December 6, 2022 It's not likely to be possible with your template, it's designed to push down your content rather than overlay, that said try this "solution", add to custom CSS (not completely sure this will work!): @media only screen and (max-width: 750px) { .menu-open { height:94vh; } #mobileNav { display: flex; align-items: center; justify-content: center; } } Let me know if that works. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Copper00 Posted December 6, 2022 Author Share Posted December 6, 2022 4 hours ago, Ziggy said: It's not likely to be possible with your template, it's designed to push down your content rather than overlay, that said try this "solution", add to custom CSS (not completely sure this will work!): @media only screen and (max-width: 750px) { .menu-open { height:94vh; } #mobileNav { display: flex; align-items: center; justify-content: center; } } Let me know if that works. Didn't work, but thank you for trying. Link to comment
Ziggy Posted December 6, 2022 Share Posted December 6, 2022 Yes, it's the "menu open" that is probably the problem. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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