liza_r Posted August 7, 2019 Posted August 7, 2019 Hi! Is there a way with CSS to get the mobile drop down in the Avenue template to expand below instead of above the "Menu" link after it is selected? Thanks!
tuanphan Posted August 8, 2019 Posted August 8, 2019 @liza_r Add to Home > Design > Custom CSS @media only screen and (max-width: 750px) { #mobileMenuLink a { position: absolute; top: 10px; left: 0; right: 0; } div#mobileNav.menu-open { margin-top: 30px !important; } } Reference: https://beaverhero.com/category/squarespace/ 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!)
tuanphan Posted August 8, 2019 Posted August 8, 2019 @liza_r You're welcome. Maybe useful: https://beaverhero.com/avenue-squarespace/ 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
Archived
This topic is now archived and is closed to further replies.