corihut Posted October 21, 2021 Share Posted October 21, 2021 (edited) Site URL: https://www.scatr.com/ The images in gallery on home page are not responsive on mobile, tablet seems fine though. I've tried multiple Custom CSS options I've found in the forum and they work in Squarespace but not on the live site. Any help appreciated! Edited October 22, 2021 by corihut added css tag corrected typos Link to comment
tuanphan Posted October 25, 2021 Share Posted October 25, 2021 On 10/21/2021 at 10:55 PM, corihut said: Site URL: https://www.scatr.com/ The images in gallery on home page are not responsive on mobile, tablet seems fine though. I've tried multiple Custom CSS options I've found in the forum and they work in Squarespace but not on the live site. Any help appreciated! Hi. Add to Design > Custom CSS /* Resize home top slide on mobile */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1562699115847_49331 img { width: 100% !important; height: auto !important; left: 0 !important; } div#block-yui_3_17_2_1_1562699115847_49331 { height: 200px !important; } } corihut 1 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
corihut Posted October 26, 2021 Author Share Posted October 26, 2021 Thank you so much! ;-) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment