kphoto808 Posted September 19, 2022 Share Posted September 19, 2022 (edited) Site URL: https://www.goldwood.homes/ Hi and thank you for reading! All of my banner images do not display correctly on mobile. I would like to display the banner image in full. The url is https://www.goldwood.homes/. In the image below, I would like the full-image/entire house to show. All of my banner images are displaying like this on mobile when held vertically. Thank you so much in advance!! Edited September 20, 2022 by kphoto808 Link to comment
tuanphan Posted September 21, 2022 Share Posted September 21, 2022 Try adding to Design > Custom CSS /* Mobile resize image */ @media screen and (max-width:767px) { [data-section-id="61ea29e7338cc4310f2c91a6"] { min-height: unset !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!) Link to comment
kphoto808 Posted September 21, 2022 Author Share Posted September 21, 2022 9 hours ago, tuanphan said: /* Mobile resize image */ @media screen and (max-width:767px) { [data-section-id="61ea29e7338cc4310f2c91a6"] { min-height: unset !important; } } @tuanphan Awesome! This worked for this first banner image. There are two more banner images on the page and a map that also need this formatting as well. How do I do that? Link to comment
tuanphan Posted September 24, 2022 Share Posted September 24, 2022 On 9/22/2022 at 2:04 AM, kphoto808 said: @tuanphan Awesome! This worked for this first banner image. There are two more banner images on the page and a map that also need this formatting as well. How do I do that? Use this new code /* Mobile resize image */ @media screen and (max-width:767px) { [data-section-id="61ea29e7338cc4310f2c91a6"], [data-section-id="62f56820b128c24daeee3b59"] { min-height: unset !important; } [data-section-id="62f56857c812d00db8cb03d0"] { min-height: unset !important; height: 40vh; } /* map */ [data-section-id="62f569d87ce5d76b717c59d3"] { min-height: unset !important; height: 30vh; } [data-section-id="62f569d87ce5d76b717c59d3"] iframe { height: auto !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!) 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