charissaholl Posted March 9, 2022 Posted March 9, 2022 Site URL: https://www.rawboxxjax.com/ See images. I want to change my images (cat and dog) to show smaller and side-by-side on mobile, closer to how they appear on desktop. Instead, they automatically stack. TIA. https://www.rawboxxjax.com
tuanphan Posted March 13, 2022 Posted March 13, 2022 Add to Design > Custom CSS /* Mobile dog cat side by side */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1637595071033_3891+.row .span-3 { width: 50% !important; float: left !important; } } 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