Wozza Posted May 19 Share Posted May 19 The slider on my home page is quite large, but for some reason one of the files doesn't crop well, and cuts the top off. warners-stores.co.uk It's the one that plays 2nd in the slide show - 'Special Offers'. Please can you advise how I can this to show correctly? Link to comment
tuanphan Posted May 22 Share Posted May 22 Hi, Try adding this to Design > Custom CSS .user-items-list-item-container[data-section-id="60dde22e324b715e6ee4b124"] img { 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
Wozza Posted May 24 Author Share Posted May 24 This fixes the issue on the desktop, but it causes the mobile version to have a very strange layout. Link to comment
tuanphan Posted May 25 Share Posted May 25 On 5/22/2023 at 1:35 PM, tuanphan said: Hi, Try adding this to Design > Custom CSS .user-items-list-item-container[data-section-id="60dde22e324b715e6ee4b124"] img { object-fit: contain !important; } Change to this code @media screen and (min-width:992px) { .user-items-list-item-container[data-section-id="60dde22e324b715e6ee4b124"] img { 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