danielkalves Posted November 22, 2021 Share Posted November 22, 2021 Site URL: https://flounder-endive-g7et.squarespace.com/ Hey guys, can someone help me with a custom CSS to make that img (attached) responsive to mobile? The password is: 123456 Link to comment
Solution tuanphan Posted November 23, 2021 Solution Share Posted November 23, 2021 15 hours ago, danielkalves said: Site URL: https://flounder-endive-g7et.squarespace.com/ Hey guys, can someone help me with a custom CSS to make that img (attached) responsive to mobile? The password is: 123456 Add to Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="612ef50cef0da00145dc943d"] { min-height: unset !important; height: 30vh; } } 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
danielkalves Posted November 23, 2021 Author Share Posted November 23, 2021 Love it! Thanks once more. Link to comment
tuanphan Posted December 1, 2021 Share Posted December 1, 2021 On 11/24/2021 at 4:11 AM, danielkalves said: Love it! Thanks once more. It looks like problem appears on both mobile & tablet. Use this new code @media screen and (max-width:991px) { [data-section-id="612ef50cef0da00145dc943d"] { min-height: unset !important; height: 30vh; } } (I changed 767px to 991px) 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
Create an account or sign in to comment
You need to be a member in order to leave a comment