Gmm398 Posted September 21, 2020 Share 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. Link to comment
creedon Posted September 21, 2020 Share 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 best , and see my profile. Thanks for your support! Link to comment
Gmm398 Posted September 22, 2020 Author Share Posted September 22, 2020 https://hawk-cheetah-42a2.squarespace.com/ password is PEACH the problem occurs on the shop page. thanks! Link to comment
creedon Posted September 22, 2020 Share 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 best , and see my profile. Thanks for your support! Link to comment
tuanphan Posted September 22, 2020 Share 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 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
black.marketing Posted April 27, 2022 Share 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 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