bykindly Posted August 24, 2021 Posted August 24, 2021 Site URL: https://bykindly.co.uk/ Hi, I'm trying to get the 4 images and the Instagram block to view scaled-down and horizontally on mobile. Any help is much appreciated!
tuanphan Posted August 27, 2021 Posted August 27, 2021 On 8/24/2021 at 6:54 PM, bykindly said: Site URL: https://bykindly.co.uk/ Hi, I'm trying to get the 4 images and the Instagram block to view scaled-down and horizontally on mobile. Any help is much appreciated! Add to Design > Custom CSS /* Mobile footer */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1628592168810_49404+.row .span-1 { width: 25% !important; float: left !important; } div#block-yui_3_17_2_1_1628592168810_69508 .slide { width: 33.33333% !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!)
bykindly Posted September 9, 2021 Author Posted September 9, 2021 Hi, thanks for this however it doesn't seem to be working.
tuanphan Posted September 12, 2021 Posted September 12, 2021 On 9/9/2021 at 6:21 PM, bykindly said: Hi, thanks for this however it doesn't seem to be working. Hi, It looks you changed layout (add new block, remove a block, change order of block) since August 27. Use this CSS /* Mobile footer */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1628777950867_7996+.row .span-1 { width: 25% !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
Archived
This topic is now archived and is closed to further replies.