divequeen Posted November 28, 2022 Share Posted November 28, 2022 Hi there, my site is www.stelaonda.com I would like for my navigation menu items to display on mobile, but I can't figure it out. If you access the webpage via mobile, you'll see that only the hamburger option is visible. How do I show the menu items as well? For reference, please visit www.glossier.com - you'll see that their nav bar displays the categories even on mobile view. Is there css code that could help with this? Thank you! Link to comment
Beyondspace Posted November 28, 2022 Share Posted November 28, 2022 3 hours ago, divequeen said: Hi there, my site is www.stelaonda.com I would like for my navigation menu items to display on mobile, but I can't figure it out. If you access the webpage via mobile, you'll see that only the hamburger option is visible. How do I show the menu items as well? For reference, please visit www.glossier.com - you'll see that their nav bar displays the categories even on mobile view. Is there css code that could help with this? Thank you! Do you mean showing all categories on mobile display with the horizon direction? 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, Lightbox Studio pluginIf 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
Beyondspace Posted November 28, 2022 Share Posted November 28, 2022 You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .ProductList-filter-list { display: flex; overflow: scroll; } .ProductList-filter-list-item--all { display: none; } .ProductList-filter-dropdownToggle-label { display: none; } } Support me by pressing 👍 or marking as solution if this useful for you 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, Lightbox Studio pluginIf 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
Beyondspace Posted November 28, 2022 Share Posted November 28, 2022 My testing 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, Lightbox Studio pluginIf 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment