Katie_B Posted November 22, 2021 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.
Beyondspace Posted November 22, 2021 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Katie_B Posted November 29, 2021 Author 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
tuanphan Posted November 30, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.