rapm Posted November 16, 2020 Share Posted November 16, 2020 (edited) 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! Edited November 16, 2020 by rapm providing password Beyondspace 1 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; } } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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. Beyondspace 1 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 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
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 Beyondspace 1 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; } } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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! Beyondspace 1 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! sageandsquare 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you 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