Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #901590
    ZerotoOne
    Participant

    hey there,
    my navbar here is not displayed properly: overlaying the first section as seen here

    Thanks for your help! 🙂

    #902472
    Thai
    Moderator

    Hi There,

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

    @media (min-width: 979px){
        .page-id-3573 #x-section-1 {
            margin-top: -85px !important;
        }
    }

    Hope it helps 🙂

    #902502
    ZerotoOne
    Participant

    Thank you, is there a code to achieve this effect on every subpage und not just the specific One in the css?

    #903332
    Nabeel A
    Moderator

    Hi again,

    You can try using this code:

    @media (min-width: 979px){
        #x-section-1 {
            margin-top: -85px !important;
        }
    }

    Let us know how this goes!

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