rapm Posted November 16, 2020 Share Posted November 16, 2020 Site URL: https://eagle-horse-czrn.squarespace.com/ Wrestling with the store categories a bit. I wanted to have many more for organisation purposes, but not if they have to be visible and this horizontal scrolling situation is the only way to display them. Whittled it down to these few and despite them fitting in the page, the horizontal scrollbar won't go away. Removing more categories doesn't remove the scrollbar, unless there are none at all. Hoping there's something obvious I'm missing, or someone here has a workaround. Many thanks! edit: whoops, password is "scrolling" thanks again! Link to comment
Beyondspace Posted November 16, 2020 Share Posted November 16, 2020 Try pasting this to Design->Custom Css @media screen and (max-width: 575px) { .products.collection-content-wrapper .nested-category-children { overflow-x: hidden; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
rapm Posted November 17, 2020 Author Share Posted November 17, 2020 Perfect! Many thanks. Link to comment
MarshallRScott Posted January 2, 2021 Share Posted January 2, 2021 On 11/16/2020 at 9:31 AM, bangank36 said: Try pasting this to Design->Custom Css @media screen and (max-width: 575px) { .products.collection-content-wrapper .nested-category-children { overflow-x: hidden; } } bangank36, I tried this with my site, and it worked, but now the categories to the right are just cut off completely. Is there a way to wrap the text onto the next line? Set a maximum width for this, perhaps, that only applies to the mobile version? TIA! Link to comment
tuanphan Posted January 5, 2021 Share Posted January 5, 2021 On 1/3/2021 at 1:39 AM, MarshallRScott said: bangank36, I tried this with my site, and it worked, but now the categories to the right are just cut off completely. Is there a way to wrap the text onto the next line? Set a maximum width for this, perhaps, that only applies to the mobile version? TIA! Can you share link to shop page? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
MarshallRScott Posted January 6, 2021 Share Posted January 6, 2021 11 hours ago, tuanphan said: Can you share link to shop page? We can check easier https://www.marshallarachnids.com/ PW is Purpurea1 Link to comment
Beyondspace Posted January 6, 2021 Share Posted January 6, 2021 On 1/3/2021 at 1:39 AM, MarshallRScott said: bangank36, I tried this with my site, and it worked, but now the categories to the right are just cut off completely. Is there a way to wrap the text onto the next line? Set a maximum width for this, perhaps, that only applies to the mobile version? TIA! try this @media screen and (max-width: 575px) { .products.collection-content-wrapper .nested-category-children { overflow-x: hidden; flex-wrap: wrap; justify-content: center; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
MarshallRScott Posted January 6, 2021 Share Posted January 6, 2021 14 minutes ago, bangank36 said: try this @media screen and (max-width: 575px) { .products.collection-content-wrapper .nested-category-children { overflow-x: hidden; flex-wrap: wrap; justify-content: center; } } It worked, thank you so much! Link to comment
Beyondspace Posted January 6, 2021 Share Posted January 6, 2021 Just now, MarshallRScott said: It worked, thank you so much! You rock! BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.