SusanMac Posted July 6, 2022 Share Posted July 6, 2022 Site URL: https://www.bagadu.com Hi there, I have been struggling with this for a while...on my homepage, on the image directly beneath my banner (on mobile phone and tablet -- not on computer), there is way too much space above and below. I'm almost certain it is not a banner problem; when I look at the image online I can see a super-light gray box, almost imperceptible, where the image resides and it seems to be horizontally centered there rather than at the top of the box. Whether that be the case or not, it appears overall that there is way too much padding above and below that image. Making the image shorter or narrower doesn't help. 😒 Link to comment
tuanphan Posted July 7, 2022 Share Posted July 7, 2022 You have this code in Custom CSS @media only screen and (max-width: 480px) and (orientation:portrait) { body.homepage article section:nth-child(2) { margin-top:180px !important } } Just adjust number 180 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
SusanMac Posted July 17, 2022 Author Share Posted July 17, 2022 On 7/6/2022 at 11:07 PM, tuanphan said: You have this code in Custom CSS @media only screen and (max-width: 480px) and (orientation:portrait) { body.homepage article section:nth-child(2) { margin-top:180px !important } } Just adjust number 180 OMG it worked Tuan, thank you SO MUCH!!! 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