Tagged: x Author Posts May 15, 2016 at 3:04 pm #992565 bakParticipant Hi I want to minimize the padding at the topof the first section on mobile view using @media (max-width: 480px){ #x-section-1 { padding-top: 0 !important; } } Why does it not apply to certain pages? May 15, 2016 at 3:06 pm #992569 bakParticipant This reply has been marked as private. May 15, 2016 at 7:12 pm #992718 John EzraMember Hi there, Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file. @media (max-width: 480px) { div#x-section-1 { padding-top: 0!important; } } Hope this helps – thanks! Author Posts <script> jQuery(function($){ $("#no-reply-992565 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In