MarcUK1603 Posted July 21 Share Posted July 21 Hi all, I have an issue with alignment on mobile devices. Having injected CSS from Beatriz Caraballo (link here: https://www.youtube.com/watch?v=IWAlbxP49A4 ) to stack shop categories on SQSP, it worked but for some reason the first category is not following the same alignment as those that follow. Any ideas on why? // CSS Code Injected // // Mobile Category Filter // @media screen and (max-width: 575px) { .products.collection-content-wrapper .nested-category-children { flex-direction: column; align-items: left; overflow-x: hidden; padding-bottom: 50px; } .nested-category-breadcrumb-list-item .breadcrumb-separator { display: none; } } // End // The page/site in question is here: https://thebathhousewigston.squarespace.com/store Any help greatly appreciated. Best, M Link to comment
tuanphan Posted July 22 Share Posted July 22 It is fine to me 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
MarcUK1603 Posted July 22 Author Share Posted July 22 Hi Tuanphan It’s fine on desktop (the screenshot you’ve taken, I think). It’s mobile that’s got the issue (my screenshot is taken from). The ‘shop all’ doesn’t show on mobile, so maybe that’s causing a conflict? Or if your screenshot is taken from mobile, maybe it’s a device issue not SQSP? Marc Link to comment
tuanphan Posted July 23 Share Posted July 23 Screenshot from desktop WIth mobile, add this to Design > Custom CSS to fix problem /* Fix mobile categories align */ @media screen and (max-width:767px) { a.nested-category-breadcrumb-link { 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
MarcUK1603 Posted July 23 Author Share Posted July 23 Thanks Tuanphan. That's fixed it. Don't know what we'd all do without 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