Gray_tan Posted February 20 Share Posted February 20 hi all, im new to squarespace hence i do not have coding knowledge - i can only try to copy and paste css codes to try to see if they work. In a nutshell, on mobile view, when i click into one of the categories; the other categories would disappear and not be visible. Any methods to present the other categories nicely? Link to comment
Ziggy Posted February 20 Share Posted February 20 Try this in Custom CSS: // wrap store categories on mobile @media screen and (max-width: 575px) { .products.collection-content-wrapper .nested-category-children { flex-wrap: wrap; justify-content: center; overflow-x: hidden; padding-top: 12px; } } tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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