JessicaCV Posted January 16, 2021 Share Posted January 16, 2021 Site URL: https://www.cozybycastillo.com/ How do I go about changing the categories bar that is currently horizontal on the page in the mobile view to be vertical on the left side? To make it look like this: Right now it looks like this: and nobody will know to scroll to see the rest of the categories thank you very much! Beyondspace 1 Link to comment
Beyondspace Posted January 17, 2021 Share Posted January 17, 2021 2 hours ago, JessicaCV said: Site URL: https://www.cozybycastillo.com/ How do I go about changing the categories bar that is currently horizontal on the page in the mobile view to be vertical on the left side? To make it look like this: Right now it looks like this: and nobody will know to scroll to see the rest of the categories thank you very much! You could try this in Design-->Custom CSS @media screen and (max-width: 575px) { .tweak-products-nested-category-type-sidebar .products.collection-content-wrapper .nested-category-children { display: none; } .products.collection-content-wrapper .nested-category-tree-wrapper { display: block; min-width: 50px; max-width: 120px; margin-right: 10px; } } 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
JessicaCV Posted January 17, 2021 Author Share Posted January 17, 2021 OMG! Thank you SO MUCH! It worked! 🙂 Beyondspace 1 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