Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1363834
    L4MSP
    Participant

    Hello,
    very odd this one. If I have the header option of fixed top selected and scroll up and down I get a large white gap.

    #1363835
    L4MSP
    Participant
    This reply has been marked as private.
    #1363922
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-main.full {
        clear: both;
    }
    
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 89px;
    }
    

    Hope that helps.

    #1364744
    L4MSP
    Participant

    worked. Thank you!

    #1365370
    Lely
    Moderator

    You’re welcome!

    Cheers!

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