Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #992565
    bak
    Participant

    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?

    #992569
    bak
    Participant
    This reply has been marked as private.
    #992718
    John Ezra
    Member

    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!

  • <script> jQuery(function($){ $("#no-reply-992565 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>