KalinDesign Posted April 19, 2021 Posted April 19, 2021 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!
tuanphan Posted April 21, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.