Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1198266
    streetberlin
    Participant

    Hi guys,

    I run theme X with the renew stack in the current version. I have a fixed menu both on mobile and desktop.

    my site is https://marketinghelfer.com/

    Problem: When I sroll up and the scroll down again, part of the page remains behind the menu. Its like it gets sucked up. It happens both on mobile and on desktop.

    Can you help?

    #1198267
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Please go to your customizer, Appearance > Customize > Header > Navbar and set the “Navbar Top Height (px)”. You have to insert 80 only. Please do not include px.

    Hope this helps. Please let us know how it goes.

    #1198482
    streetberlin
    Participant

    the problem remains in the smallest viewport. i.e. smartphone in portrait format. any suggestions?

    for all other formats it works nicely now

    #1198550
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    @media (max-width: 979px){
        body.x-navbar-fixed-top-active .x-navbar-wrap {
            height: auto;
            min-height: 80px;
        }
    }

    Hope it helps 🙂

    #1198602
    streetberlin
    Participant

    this worked perfectly, you rock =)

    #1198943
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

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