surf2023 Posted September 14 Share Posted September 14 Hello, At the moment, when looking on mobile, my shop page showcases one product on one line. Is it possible to change this for 2 products like the picture attached? Many thanks Jacky Link to comment
Ziggy Posted September 14 Share Posted September 14 Can you share your website URL and you shop page? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Ziggy Posted September 14 Share Posted September 14 Add this to Custom CSS: @media screen and (max-width: 767px) { .products.collection-content-wrapper .list-grid { grid-template-columns: 1fr 1fr; } } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
surf2023 Posted September 14 Author Share Posted September 14 Thank you - it doesn't seem to work this time... Link to comment
Ziggy Posted September 14 Share Posted September 14 Try this: @media only screen and (max-width: 767px) { .products.collection-content-wrapper .list-grid { grid-template-columns: 1fr 1fr !important; } } surf2023 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
surf2023 Posted September 14 Author Share Posted September 14 Amazing! It's working very nicely, thank you. And... do you know if there is a way to make the 'categories' menu not on one line but as a column like on desktop? Thank you Jacky Ziggy 1 Link to comment
Solution Ziggy Posted September 14 Solution Share Posted September 14 Try this Custom CSS: @media screen and (max-width: 575px) { .tweak-products-nested-category-type-sidebar .products.collection-content-wrapper .nested-category-children { display: flex; flex-wrap: wrap; justify-content: center; overflow-x: hidden; padding-top: 15px; } } surf2023 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
surf2023 Posted September 14 Author Share Posted September 14 WAHOU ! This is excellent, thank you very much ! 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