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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
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 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
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 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
anna_ Posted December 27, 2022 Author Share Posted December 27, 2022 many thanks @tuanphan! Link to comment
anna_ Posted January 5 Author Share Posted January 5 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 Share Posted January 7 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment