NaamNom Posted August 23, 2020 Share Posted August 23, 2020 Site URL: https://www.naamnom.com I want to decrease the amount of blank white space below the logo/menu on mobile view but don't see a way to change this. Any ideas? Link to comment
tuanphan Posted August 23, 2020 Share Posted August 23, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#pageWrapper { padding-top: 0 !important; } div#headerWrapper { padding-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
NaamNom Posted August 24, 2020 Author Share Posted August 24, 2020 Thank you @tuanphan! That's much better! Do you know if there's a way to make it even less? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.