gaganmoorthy Posted February 22 Posted February 22 Hi y'all, Is it possible to prevent images from stacking in the mobile view of my site (as seen in the image below)? I'd like for my mobile site to display images in two columns as they are on the desktop view of my homepage and pages like this and this — all are image layouts or gallery grids. Is this possible with some CSS to force the mobile view to retain the desktop layout? Thanks!
tuanphan Posted February 25 Posted February 25 Try this CSS code (I think I sent it somewhere?) @media screen and (max-width: 767px) { div#page-5cf6ed87e03c28000107a516 .span-12>.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