dimperio Posted August 6, 2021 Posted August 6, 2021 Site URL: https://josieartstudio.com/ Hi, I have a bunch of images loaded via code blocks. I want to avoid using the gallery block. Currently my mobile view is stacking images on top of each other in one column. I'd like my mobile view to show the images in two columns side by side. I've tried multiple solutions but haven't been able to figure it out. Website is josieartstudio.com 🙂
tuanphan Posted August 8, 2021 Posted August 8, 2021 On 8/7/2021 at 2:43 AM, dimperio said: Site URL: https://josieartstudio.com/ Hi, I have a bunch of images loaded via code blocks. I want to avoid using the gallery block. Currently my mobile view is stacking images on top of each other in one column. I'd like my mobile view to show the images in two columns side by side. I've tried multiple solutions but haven't been able to figure it out. Website is josieartstudio.com 🙂 Hi, Add to Design > Custom CSS /* Mobile code blocks 3 columns */ @media screen and (max-width:767px) { div#page-60e498e199f50a4cd819f5e4 .span-4 { width: 33.333% !important; float: left !important; } } 2 columns is not possible 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
Archived
This topic is now archived and is closed to further replies.