Jules68 Posted January 24, 2021 Share Posted January 24, 2021 Site URL: https://www.jabfurniturerehab.com/ pwd is jules Hi, I have on my home page, 4 sections. The first three are the same type of blocks except the alternate in column ordering. So section 1 is like: imageBlock | text section 2 is like : text | imageBlock section 3 is like: imageBlock | text When I view it on mobile, section 2 looks funny with the image block under the text. Can someone tell me if there is a way to force the image in section2 to be first and then the text? This is screenshot of desktop: and this is screenshot of mobile: thanks in advance. Beyondspace 1 Link to comment
Solution Beyondspace Posted January 24, 2021 Solution Share Posted January 24, 2021 51 minutes ago, Jules68 said: Site URL: https://www.jabfurniturerehab.com/ pwd is jules Hi, I have on my home page, 4 sections. The first three are the same type of blocks except the alternate in column ordering. So section 1 is like: imageBlock | text section 2 is like : text | imageBlock section 3 is like: imageBlock | text When I view it on mobile, section 2 looks funny with the image block under the text. Can someone tell me if there is a way to force the image in section2 to be first and then the text? This is screenshot of desktop: and this is screenshot of mobile: thanks in advance. Add this to Design->Custom CSS @media only screen and (max-width: 768px) { #page-section-600c23504321966fc68baf1a > .row { flex-wrap: wrap; display: flex; } #page-section-600c23504321966fc68baf1a > .row .sqs-col-6:first-child { order: 3; } #page-section-600c23504321966fc68baf1a > .row .sqs-col-6:last-child { order: 1; width: 100% !important; } } tuanphan and Jules68 2 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
Beyondspace Posted January 24, 2021 Share Posted January 24, 2021 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
Jules68 Posted January 25, 2021 Author Share Posted January 25, 2021 thanks, that resolved my issue. Beyondspace 1 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