PROEF Posted October 20, 2019 Share Posted October 20, 2019 I suddenly discovered that the navigation links in the menu bar using mobile devices to view the website suddenly disappeared in these couple of days. Problem is attached. Does any expert could help in this issue? Thank you. www.proedforce.com Link to comment
tuanphan Posted October 20, 2019 Share Posted October 20, 2019 @PROEF Which device did you use? Seems fine here. 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
PROEF Posted October 21, 2019 Author Share Posted October 21, 2019 @tuanphan iPhone 6, iphone 6S and iphone XR occur the same problem. I have tried to remove any programming codes yet the problem still exist. Link to comment
christyprice Posted October 21, 2019 Share Posted October 21, 2019 Try adding this code to Design> Custom CSS @media only screen and (max-width: 768px) { body.mobile-menu-open .overflow-wrapper { position: inherit !important; } } christyprice.com 🇺🇸 Austin, TX US 🐾 ✅ Get my Starter Template for Web Designers 🎬 Watch 7 Ways to Save Time as a Squarespace Designer from Circle Day 2024 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) Link to comment
PROEF Posted October 21, 2019 Author Share Posted October 21, 2019 @christyprice There is an error message as shown when I put the code into Custom CSS. How can I fix this? Thank you. Link to comment
tuanphan Posted October 21, 2019 Share Posted October 21, 2019 @PROEF @christypriceThe code should be @media only screen and (max-width: 768px) { body.mobile-menu-open .overflow-wrapper { position: inherit !important; } } 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
PROEF Posted October 21, 2019 Author Share Posted October 21, 2019 @tuanphan @christyprice Thank you for both of your advice. The problem is now fixed after inserting the CSS code. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.