cltrickett Posted March 30, 2021 Share Posted March 30, 2021 Site URL: https://www.cltrickett.com In 7.0 you could change the mobile breakpoint which you can't do on 7.1. I would like the stacked nav menu to appear at tablet size, not just mobile size. Can anyone help? Beyondspace 1 Link to comment
Beyondspace Posted April 2, 2021 Share Posted April 2, 2021 On 3/31/2021 at 12:21 AM, cltrickett said: Site URL: https://www.cltrickett.com In 7.0 you could change the mobile breakpoint which you can't do on 7.1. I would like the stacked nav menu to appear at tablet size, not just mobile size. Can anyone help? You may need the help of custom css @media only screen and (max-width: 960px) { .header--menu-open .header-menu { opacity: 1; visibility: visible; } .header-burger { display: flex; } .header-display-mobile { display: flex; } .header-display-desktop { display: none; } .header-display-mobile .header-nav { display: none; } } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
cltrickett Posted April 3, 2021 Author Share Posted April 3, 2021 Thank you. Thats great! Beyondspace 1 Link to comment
Sameuls Posted Friday at 08:51 AM Share Posted Friday at 08:51 AM HI ! Thanks for the help. actually its seems to not work on Squarespace 7.0 😞 Could you help me to adapt the code to fit the 7.0 CSS ? Thank you ! 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