KalinDesign Posted April 19, 2021 Share Posted April 19, 2021 (edited) Site URL: https://kalindesign.com/ Hey Everyone, I'm trying to remove this padding in the MOBILE VIEW ONLY that has been applied to all areas with a banner image in the site body. i've already applied a piece of code to remove padding on all the other areas of the site however it hasn't been applied to the overlay areas as seen in the image above. (Existing working code) VVVVVVVVVVV .Index-page-content { padding-bottom: 0px; padding-top: 0px; } Thanks in advance! Edited April 19, 2021 by KalinDesign Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 Hi. Add to Design > Custom CSS /* What been cooking padding */ @media screen and (max-width:640px) { section#whats-been-cooking>div { padding-top: 0px; } } 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