Seleverdeanu Posted September 17, 2021 Posted September 17, 2021 Site URL: https://leopard-seal.squarespace.com/config/pages Hi there, Could you please help me with the code needed to resize my footer image (for all pages) for mobile version. Also, is there a way to make the footer image smaller on the laptop and mobile version without losing its clarity or the whole footer to be a bit smaller? Thank you in advance.
tuanphan Posted September 19, 2021 Posted September 19, 2021 On 9/18/2021 at 3:38 AM, Seleverdeanu said: Site URL: https://leopard-seal.squarespace.com/config/pages Hi there, Could you please help me with the code needed to resize my footer image (for all pages) for mobile version. Also, is there a way to make the footer image smaller on the laptop and mobile version without losing its clarity or the whole footer to be a bit smaller? Thank you in advance. Add to Design > Custom CSS @media screen and (max-width:767px) { footer.sections img { object-fit: contain !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.