Bluemonque Posted June 29, 2021 Posted June 29, 2021 Site URL: https://lseven.squarespace.com/ I've added in my web footer an svg / logo type. It works perfect on desktop but on mobile / tablet it's a little bit to big. Can anyone support me or explain me how I can decrease the logo only on mobile? Thx a million!
tuanphan Posted July 1, 2021 Posted July 1, 2021 On 6/29/2021 at 8:49 PM, Bluemonque said: Site URL: https://lseven.squarespace.com/ I've added in my web footer an svg / logo type. It works perfect on desktop but on mobile / tablet it's a little bit to big. Can anyone support me or explain me how I can decrease the logo only on mobile? Thx a million! Add to Design > Custom CSS /* Mobile-Reduce footer logo */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1624539742957_5082 { width: 50%; } } 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.