ann_nola Posted April 26, 2021 Share Posted April 26, 2021 Site URL: https://bison-apricot-b8el.squarespace.com/ Having trouble getting my store categories to stack on mobile, the last category "By Creator" is currently getting cut off— see screenshot. Help with appropriate code solution appreciated. Beyondspace 1 Link to comment
Beyondspace Posted April 27, 2021 Share Posted April 27, 2021 9 hours ago, ann_nola said: Site URL: https://bison-apricot-b8el.squarespace.com/ Having trouble getting my store categories to stack on mobile, the last category "By Creator" is currently getting cut off— see screenshot. Help with appropriate code solution appreciated. do you want it like this @media screen and (max-width: 640px) { .products.collection-content-wrapper .nested-category-children { display: none; } } @media screen and (max-width: 640px) { .tweak-products-nested-category-type-top .products.collection-content-wrapper .nested-category-tree-wrapper { display: block; float: left; min-width: 20px; max-width: 300px; margin-right: 10px; } } tuanphan 1 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
ann_nola Posted April 27, 2021 Author Share Posted April 27, 2021 Hi @bangank36. Thanks for the proposed code! That could work but was thinking of something simpler like the attached where "By Creator" just carries down to a second line centered. Link to comment
tuanphan Posted April 28, 2021 Share Posted April 28, 2021 @ann_nola Add to Design > Custom CSS /* Mobile category nav links */ @media screen and (max-width:767px) { ul.nested-category-children { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } } Mermaid and chloearielle 2 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
ann_nola Posted April 28, 2021 Author Share Posted April 28, 2021 Worked like a charm! Thanks you @tuanphan 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