mmejia08 Posted May 6, 2022 Share Posted May 6, 2022 Site URL: https://www.aspireleadwell.com/services I am trying to adjust the icon images on this page into two columns when viewed on mobile. I used this code but the last two icons are hanging. Any idea how to adjust this code? Current Code: @media screen and (max-width:767px) { div#page-section-60615955e6fb7c423bfac5d6 .span-12 { .span-4 { width: 50% !important; float: left !important; } } Link to comment
Beyondspace Posted May 6, 2022 Share Posted May 6, 2022 1 hour ago, mmejia08 said: Site URL: https://www.aspireleadwell.com/services I am trying to adjust the icon images on this page into two columns when viewed on mobile. I used this code but the last two icons are hanging. Any idea how to adjust this code? Current Code: @media screen and (max-width:767px) { div#page-section-60615955e6fb7c423bfac5d6 .span-12 { .span-4 { width: 50% !important; float: left !important; } } You can try the following code @media screen and (max-width: 767px) { div#page-section-60615955e6fb7c423bfac5d6 .span-12 .span-4 { width: 100% !important; display: flex; } .image-block { width: 50%; } } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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 May 6, 2022 Share Posted May 6, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment