Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1262273
    yhshin1020
    Participant

    Hey,

    On a certain page i notice that the top padding of the page increases when i scroll my header down and then back up.

    For example, when you load this page it looks like this initially (see first pic).

    But then when you scroll down and up it looks like the second pic below.

    You can see the padding (or margin) from the text to the top has increased.

    How can I get rid of this?

    Thanks.

    #1262277
    yhshin1020
    Participant
    This reply has been marked as private.
    #1262304
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    @media (min-width: 979px) {
    .x-navbar {
        position: fixed;
    }
    }
    

    Hope that helps.

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