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; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, 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