sarahprime Posted August 18, 2020 Share Posted August 18, 2020 (edited) Site URL: https://www.katieparker.com.au/about-katie I want to remove the white space between the header banner and body site-wide when viewing on mobile. I have resized the banners on mobile using the following: @media screen and (max-width:640px) { .banner-thumbnail-wrapper img { width: 100% !important; height: auto !important; left: 0 !important; } } Edited August 18, 2020 by sarahprime Link to comment
tuanphan Posted August 18, 2020 Share Posted August 18, 2020 Add to Home > Design > Custom CSS .banner-thumbnail-wrapper.has-description .desc-wrapper { margin-bottom: 0; } 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
sarahprime Posted August 25, 2020 Author Share Posted August 25, 2020 On 8/19/2020 at 12:32 AM, tuanphan said: Add to Home > Design > Custom CSS .banner-thumbnail-wrapper.has-description .desc-wrapper { margin-bottom: 0; } I had to include @media only screen and (max-width:640px) to stop it impacting desktop banners, but the white space is still showing on all banners in mobile - any other clues? 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