bitternwine Posted January 19, 2021 Share Posted January 19, 2021 Hey there, I am trying to eliminate the categories from being visible on the mobile version of my shop. I just don't like the way they display and would rather just not have them and let people scroll endlessly. I've attached a screen shot. Thanks Link to comment
tuanphan Posted January 20, 2021 Share Posted January 20, 2021 (edited) Hi. Can you share link to page in screenshot? We can convert it to dropdown Edited January 20, 2021 by tuanphan bitternwine 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
bitternwine Posted January 21, 2021 Author Share Posted January 21, 2021 On 1/20/2021 at 9:39 AM, tuanphan said: Hi. Can you share link to page in screenshot? We can convert it to dropdown Hey there. bitternimports.ca pass: wine Thanks Link to comment
bitternwine Posted January 21, 2021 Author Share Posted January 21, 2021 Also, on a separate note. If you know how I could add more information to the shop, under each product I would love to know. I've attached a screenshot of an example that I would be interested in recreating. Link to comment
tuanphan Posted January 23, 2021 Share Posted January 23, 2021 Q1. Add to Design > Custom CSS @media only screen and (max-width: 640px) { .products.collection-content-wrapper .nested-category-children { flex-wrap: wrap; overflow-x: hidden; justify-content: center; } .products.collection-content-wrapper .nested-category-title { text-align: center; } } Code by Paul2009, sf.digital Q2. Try this guide. https://sf.digital/squarespace-solutions/display-product-titles-on-two-lines-with-squarespace-71 diesel_weasel 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
bitternwine Posted January 23, 2021 Author Share Posted January 23, 2021 4 hours ago, tuanphan said: Q1. Add to Design > Custom CSS @media only screen and (max-width: 640px) { .products.collection-content-wrapper .nested-category-children { flex-wrap: wrap; overflow-x: hidden; justify-content: center; } .products.collection-content-wrapper .nested-category-title { text-align: center; } } Code by Paul2009, sf.digital Q2. Try this guide. https://sf.digital/squarespace-solutions/display-product-titles-on-two-lines-with-squarespace-71 Hi there, Q1 - it didn't hide it, just made it not so hard to navigate. As my products grow this will become an increasingly cluttered area so my idea was just to get rid of it on mobile. I will try the guide for Q2 thank you. Link to comment
tuanphan Posted January 24, 2021 Share Posted January 24, 2021 @media only screen and (max-width: 640px) { .products.collection-content-wrapper .nested-category-children { display: none !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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