Katie_B Posted November 22, 2021 Share Posted November 22, 2021 Site URL: https://lily-jaguar-v28s9e.squarespace.com/ Hello, I'd like these text blocks to sit side by side on mobile, so they are aligned horizontally. I've tried this: @media screen and (max-width:767px) { #block-2f3d5c2df42c12a9fa09 { width: 50% !important; float: left !important; } } But that stops user being able to click the 'Previous' link on the left. Any CSS would be appreciated. Thanks. Link to comment
Beyondspace Posted November 22, 2021 Share Posted November 22, 2021 1 hour ago, Katie_B said: Site URL: https://lily-jaguar-v28s9e.squarespace.com/ Hello, I'd like these text blocks to sit side by side on mobile, so they are aligned horizontally. I've tried this: @media screen and (max-width:767px) { #block-2f3d5c2df42c12a9fa09 { width: 50% !important; float: left !important; } } But that stops user being able to click the 'Previous' link on the left. Any CSS would be appreciated. Thanks. I can not find the page with the similar layout like your image. Have you solved your issue? 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
Katie_B Posted November 29, 2021 Author Share Posted November 29, 2021 Hi @bangank36, Here's a link to a page where this issue is: https://www.outsiderideas.com/casestudy-montane I'd like these navigation items to align horizontally on mobile. Thank you Link to comment
tuanphan Posted November 30, 2021 Share Posted November 30, 2021 @Katie_B Try adding to Design > Custom CSS @media screen and (max-width:767px) { div#block-9b9e29c823a3c5ca1a29+.row .span-5 { width: 50% !important; float: left !important; } div#block-9b9e29c823a3c5ca1a29+.row .span-5 .html-block { width: 90% !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment