Gmm398 Posted September 21, 2020 Posted September 21, 2020 Site URL: https://hawk-cheetah-42a2.squarespace.com In my shop, the category links I have on the main shop page is not responsive to mobile. Half the links go missing. You can see here the difference. I don't see any place to fix that.
creedon Posted September 21, 2020 Posted September 21, 2020 Please give us the URL for your site so we can take a look at your issue. If you've not already done so please set up a site-wide password. Post the password here and then we can take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Gmm398 Posted September 22, 2020 Author Posted September 22, 2020 https://hawk-cheetah-42a2.squarespace.com/ password is PEACH the problem occurs on the shop page. thanks!
creedon Posted September 22, 2020 Posted September 22, 2020 I don't have a fix at this time but an observation. When I narrowed the width of my browser window down to mobile proportions I did "see" off screen categories. However my browser also provided a scroll bar so that I could get to the off screen items. I'm on macOS using Chrome. Also same behaviour on Safari. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
tuanphan Posted September 22, 2020 Posted September 22, 2020 You can contact @rwp he has code to convert category links to dropdown on mobile only 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!)
black.marketing Posted April 27, 2022 Posted April 27, 2022 (edited) If anyone is still looking for a quick fix for this, try placing the following into the Custom CSS. It'll stack your categories and justify to center on mobile devices. /*Make Shop Categories Responsive*/ @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; } } Edited April 27, 2022 by black.marketing Fixing pasted code tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment