SarahPiano Posted March 6 Share Posted March 6 I'm trying to get the image to look good on both mobile and desktop views of my website. Here is the link: https://friendsofminnesotaorchestra.org/store/p/and-all-that-jazz It looks good on desktop but it get cropped on the mobile version. What CSS should I use to disable cropping on this image? Also, how do I get rid of the spacing at the top/header? TIA! Link to comment
tuanphan Posted March 8 Share Posted March 8 Add to Design > Custom CSS /* Mobile image crop */ @media screen and (max-width:767px) { img.ProductItem-gallery-slides-item-image { object-fit: contain !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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