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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, 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