POPSART Posted June 22, 2022 Share Posted June 22, 2022 Site URL: https://www.popsart.com.au/the-twelve Hi, I would love if there was some way my main image would resize for mobile veiw without an excessive amout of cropping! Any help would be greatly appreciated, this is happening on multiple pages of the website. Link to comment
tuanphan Posted June 22, 2022 Share Posted June 22, 2022 Try adding to Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="624a76557c2e34426d395d81"] { min-height: unset !important; height: 35vh; } } 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
POPSART Posted June 23, 2022 Author Share Posted June 23, 2022 Thank you so much!! Should this work across the whole website? If not, these two other pages also need resizing. https://www.popsart.com.au/ https://www.popsart.com.au/the-twelve-scroll-down-links Link to comment
tuanphan Posted June 23, 2022 Share Posted June 23, 2022 5 hours ago, POPSART said: Thank you so much!! Should this work across the whole website? If not, these two other pages also need resizing. https://www.popsart.com.au/ https://www.popsart.com.au/the-twelve-scroll-down-links Edit 2 pages > Add a Code Block (anywhere) > paste this code <style> @media screen and (max-width:767px) { article section:first-child { min-height: unset !important; height: 35vh; } } </style> 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