jerrykam Posted September 26 Posted September 26 (edited) Site URL: https://jerrykam.squarespace.com/ Hello, I would like to have the images on my site to appear in 2 columns instead of just 1 column when I am viewing my site on mobile. I am looking to have this apply to the Homepage and the "Explore" page on my site. Any help would be appreciated! Thank you Edited September 26 by jerrykam
tuanphan Posted September 28 Posted September 28 Use this to Website Tools > Custom CSS @media screen and (max-width:767px) { div#page-61671bdf5a0bba7c3780e2d9 .span-6 { width: 50% !important; float: left !important; } div#page-66f345a50d1bf455a3e02f5c>.row { column-count: 2; } } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment