liza_r Posted August 7, 2019 Share 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! Link to comment
tuanphan Posted August 8, 2019 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted August 8, 2019 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.