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! 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 - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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! 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.