sarahprime Posted August 18, 2020 Share Posted August 18, 2020 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; } } 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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
Archived
This topic is now archived and is closed to further replies.