bb2000 Posted February 21, 2022 Share Posted February 21, 2022 Site URL: https://www.oxenfart.com Hello, Our banner artwork appears fine on our site when viewing on a computer screen, but the mobile view does not resize the banner and cuts off the bulk the image versus resizing for the mobil platform. Any tips on why this is happening, and how resolve it? We've found that the majority of site visitors use mobile, and don't want to reduce the impact of the image. I already used a CSS Code but when the image resizes there is a large space underneath the image. Thanks in advance. Link to comment
tuanphan Posted February 23, 2022 Share Posted February 23, 2022 (edited) Add to Design > Custom CSS @media screen and (max-width:640px) { body.homepage .Parallax-item:first-child img { width: 100% !important; height: auto !important; top: 0 !important; left: 0 !important; } section#home-team { min-height: unset !important; height: 200px; } } Edited February 23, 2022 by tuanphan 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
bb2000 Posted February 24, 2022 Author Share Posted February 24, 2022 Thank you so much @tuanphan. It worked right away. Now it looks great! Best regards, Benjamin 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