anna_ Posted December 16, 2022 Share Posted December 16, 2022 Hello. Could somebody please help me stack the video categories on mobile, just like I have done for our shop page? (grabbed code off web - cannot find for video page). Many thanks in advance. Pics of code used for shop page, and what page looks like now. Link to comment
Beyondspace Posted December 16, 2022 Share Posted December 16, 2022 2 hours ago, anna_ said: Hello. Could somebody please help me stack the video categories on mobile, just like I have done for our shop page? (grabbed code off web - cannot find for video page). Many thanks in advance. Pics of code used for shop page, and what page looks like now. Can you share your URL site? 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) 🚀 Learn how to rank new pages on Google in 48 hours! 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
anna_ Posted December 16, 2022 Author Share Posted December 16, 2022 14 hours ago, Beyondspace said: Can you share your URL site? www.igroomhub.com.au/microbites Link to comment
tuanphan Posted December 21, 2022 Share Posted December 21, 2022 On 12/17/2022 at 3:56 AM, anna_ said: www.igroomhub.com.au/microbites Add to Design > Custom CSS @media screen and (max-width:767px) { .nested-category-tree-wrapper ul { display: flex !important; flex-direction: column !important; } .nested-category-tree-wrapper ul a { margin-left: 0 !important; } } 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
anna_ Posted December 22, 2022 Author Share Posted December 22, 2022 (edited) On 12/21/2022 at 11:47 AM, tuanphan said: Add to Design > Custom CSS @media screen and (max-width:767px) { .nested-category-tree-wrapper ul { display: flex !important; flex-direction: column !important; } .nested-category-tree-wrapper ul a { margin-left: 0 !important; } } Thank you!! IS it possible to make it centred, with one category per line and reduce the gap at the top? And get rid of the stick things. This is how it is displaying currently: Edited December 22, 2022 by anna_ Link to comment
Solution tuanphan Posted December 24, 2022 Solution Share Posted December 24, 2022 On 12/22/2022 at 9:44 AM, anna_ said: Thank you!! IS it possible to make it centred, with one category per line and reduce the gap at the top? And get rid of the stick things. This is how it is displaying currently: Hi, Use this new code @media screen and (max-width:767px) { .lessons.collection-content-wrapper .nested-category-tree-wrapper ul { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; margin: 0 !important; flex-direction: column; align-items: center; } .nested-category-tree-wrapper ul a { margin-left: 0 !important; } .nested-category-tree-wrapper { text-align: center; display: flex; flex-direction: column; justify-content: center; } span.breadcrumb-separator { display: none !important; } .lessons.collection-content-wrapper .nested-category-tree-wrapper ul .category-link { display: block !important; text-align: center !important; margin: 0 !important; } li.category-item { padding: 0 !important; } } 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
anna_ Posted December 27, 2022 Author Share Posted December 27, 2022 many thanks @tuanphan! Link to comment
anna_ Posted January 5, 2023 Author Share Posted January 5, 2023 On 12/24/2022 at 6:09 PM, tuanphan said: Hi, Use this new code @media screen and (max-width:767px) { .lessons.collection-content-wrapper .nested-category-tree-wrapper ul { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; margin: 0 !important; flex-direction: column; align-items: center; } .nested-category-tree-wrapper ul a { margin-left: 0 !important; } .nested-category-tree-wrapper { text-align: center; display: flex; flex-direction: column; justify-content: center; } span.breadcrumb-separator { display: none !important; } .lessons.collection-content-wrapper .nested-category-tree-wrapper ul .category-link { display: block !important; text-align: center !important; margin: 0 !important; } li.category-item { padding: 0 !important; } } Hi again @tuanphanWe seem to still have this huge gap at the top!? Any ideas around it? Link to comment
tuanphan Posted January 7, 2023 Share Posted January 7, 2023 Can you check it again? Now it requires to login to access content 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment