charplo Posted January 6, 2021 Share Posted January 6, 2021 (edited) On desktop my shop categories show fully, on mobile you can only see three categories and have to scroll across to view the rest. Plus there is no scrolling bar so at first I thought it just wasn't showing them but realised you could scroll across. Is there any way to make this menu into a drop down for mobile? Edited January 6, 2021 by charplo spelling Beyondspace 1 Link to comment
tuanphan Posted January 7, 2021 Share Posted January 7, 2021 Hi. Can you share link to category page? We can help 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
Beyondspace Posted January 7, 2021 Share Posted January 7, 2021 15 hours ago, charplo said: On desktop my shop categories show fully, on mobile you can only see three categories and have to scroll across to view the rest. Plus there is no scrolling bar so at first I thought it just wasn't showing them but realised you could scroll across. Is there any way to make this menu into a drop down for mobile? turning to dropdown may require custom js, if you looking for pure css solution, try this in Design->custom CSS @media screen and (max-width: 575px) { .products.collection-content-wrapper .nested-category-children { overflow-x: hidden; flex-wrap: wrap; justify-content: center; } } cami_leisk and eloiweez 1 1 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
charplo Posted January 7, 2021 Author Share Posted January 7, 2021 4 hours ago, bangank36 said: turning to dropdown may require custom js, if you looking for pure css solution, try this in Design->custom CSS @media screen and (max-width: 575px) { .products.collection-content-wrapper .nested-category-children { overflow-x: hidden; flex-wrap: wrap; justify-content: center; } } Thank you so much this worked perfectly!!!!!! Beyondspace 1 Link to comment
charplo Posted January 7, 2021 Author Share Posted January 7, 2021 12 hours ago, tuanphan said: Hi. Can you share link to category page? We can help easier Thank you for your response, the code given below has worked to be able to see the whole menu so that will do for now! 🙂 tuanphan and Beyondspace 2 Link to comment
eloiweez Posted March 14, 2021 Share Posted March 14, 2021 On 1/7/2021 at 2:03 AM, bangank36 said: turning to dropdown may require custom js, if you looking for pure css solution, try this in Design->custom CSS @media screen and (max-width: 575px) { .products.collection-content-wrapper .nested-category-children { overflow-x: hidden; flex-wrap: wrap; justify-content: center; } } This worked perfectly, thank you SO MUCH! SavvyGirl64 and Beyondspace 2 Link to comment
JuleeBode Posted September 22, 2021 Share Posted September 22, 2021 (edited) I have a similar issue with my site. https://turtle-salmon.squarespace.com/config/ https://turtle-salmon.squarespace.com/music/satb Pword: JJD When you go to Music it directly starts at the first category then to the left the other categories are listed for you to see and select. When you are the mobile version it goes to the first category but there is no option for the other categories. Can we make them accessible on the mobile version?? Thanks! Edited September 22, 2021 by JuleeBode Want to make sure you can see and select category on mobile version. 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