Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #981033
    bak
    Participant

    Hi

    On mobile: How can I reduce the gap from the top of the screen to where the H1 starts?

    #981036
    bak
    Participant
    This reply has been marked as private.
    #981054
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > CSS:

    @media (max-width: 480px){
        .page-id-7047 #x-section-1 hr.x-gap {
            display: none;
        }
    }

    Hope it helps 🙂

    #981061
    bak
    Participant
    This reply has been marked as private.
    #981076
    Thai
    Moderator

    Please try with this:

    @media (max-width: 480px){
        #x-section-1 {
            padding-top: 0 !important;
        }
    }

    Let us know how it goes!

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