MitchCastetter Posted October 25, 2023 Share Posted October 25, 2023 I am having a tough time resizing my mobile image for my site. The desktop image is perfect, but the mobile image is zoomed it. Any suggestions? I tried playing around with the custom CSS and didn't have much luck. Thanks in advance! Link to site : www.bioreact.co Link to comment
Solution tuanphan Posted October 26, 2023 Solution Share Posted October 26, 2023 You can add this to Website Tools (under Not Linked) > Custom CSS /* Mobile image */ @media screen and (max-width:767px) { [data-section-id="6539246ff5e0787724ee06e5"] { min-height: unset !important; height: 25vh; margin-top: 5vh; } } 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
MitchCastetter Posted October 27, 2023 Author Share Posted October 27, 2023 @tuanphan That worked perfectly. Thank you so much for the assistance. Now I am seeing a substantial amount of whitespace under the image when viewing on mobile. Is there any way to get rid of this? See image attached. Link to comment
tuanphan Posted November 4, 2023 Share Posted November 4, 2023 On 10/27/2023 at 10:37 PM, MitchCastetter said: @tuanphan That worked perfectly. Thank you so much for the assistance. Now I am seeing a substantial amount of whitespace under the image when viewing on mobile. Is there any way to get rid of this? See image attached. How do you want to handle it? Change white to black Or Change white to black + move image to middle of screen to make top/bottom space is equal 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