Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1322950

    m185
    Participant

    Hello, my uber menu overlaps more than 50 px the body content when i scroll down with fixed nav bar, and i want to put fixed nav bar on mobile but i have the same problems with the overlaps when i scroll down, thank you very much.

    #1323340

    Friech
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Cheers!

    #1324488

    m185
    Participant
    This reply has been marked as private.
    #1325023

    Rupok
    Member

    Hi there,

    Thanks for writing back! It seems your website is under construction. Please take it off or provide us the credentials in private reply so that we can check and assist you on this.

    Thanks

    #1325294

    m185
    Participant
    This reply has been marked as private.
    #1325337

    Thai
    Moderator

    Hi There,

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

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

    Hope it helps 🙂

    #1325361

    m185
    Participant

    I put the code but jumps and overlay on the body content.
    Thanks

    #1325362

    m185
    Participant

    On desktop version i have the same problem with the fixed navbar, but i dont know if is problem of ubermenu.

    #1325364

    m185
    Participant

    .On desktop version i have the same problem with the fixed navbar, but i dont know if is problem of ubermenu.

    #1325396

    Christopher
    Moderator

    Hi there,

    Please add this code too :

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        min-height: 90px;
    }

    Hope it helps.

    #1325527

    m185
    Participant

    It works but now i have a blank space between navbar and body, thank you very much!

    #1325631

    Rupok
    Member

    Hi there,

    Thanks for writing back. Kindly update your code to following :

    @media only screen and (min-width: 980px) {
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        min-height: 90px;
    }
    }

    Cheers!

    #1325676

    m185
    Participant

    Nothing, doesn`t work, sorry

    #1325809

    Jade
    Moderator

    Hi there,

    Would you mind providing a screenshot of the issue?

    I checked the menu and it seems to be working fine.

    #1325842

    m185
    Participant

    Is the space between navbar and body content

    Attachments:
    You must be logged in to view attached files.