cherylr Posted October 8, 2020 Share Posted October 8, 2020 Site URL: https://cod-dandelion-38r5.squarespace.com/ I wonder if someone has a workaround for this. I have a few images in the footer that end up being HUGE when things resize themselves for mobile. Any easy(ish) fix? working here:https://cod-dandelion-38r5.squarespace.com/ password NWFC Link to comment
tuanphan Posted October 10, 2020 Share Posted October 10, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#page-section-5f7dbf08811eb7262e33aa61 .span-12 .span-2 { 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!) Link to comment
cherylr Posted October 14, 2020 Author Share Posted October 14, 2020 Fantastic! Thank you so much!! Link to comment
kajabrunvoll Posted October 28, 2020 Share Posted October 28, 2020 Hi @tuanphan! Same issue. I'm trying to use the same code on this site https://alpaca-apricots-zt9m.squarespace.com/config/ but can't seem to figure out the section number for it 🙂 Would really appreciate your help. Also – if I make the logo-images smaller in desktop view, they get fuzzy when stacked in mobile view. Link to comment
tuanphan Posted October 31, 2020 Share Posted October 31, 2020 On 10/28/2020 at 9:32 PM, kajabrunvoll said: Hi @tuanphan! Same issue. I'm trying to use the same code on this site https://alpaca-apricots-zt9m.squarespace.com/config/ but can't seem to figure out the section number for it 🙂 Would really appreciate your help. Also – if I make the logo-images smaller in desktop view, they get fuzzy when stacked in mobile view. Add to Home > Design > Custom CSS /* Footer mobile logos */ @media screen and (max-width:767px) { div#page-section-5f97fa5ca217e17810ce6199 .span-9 .span-4>.row .span-2 { 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.