Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #624689

    knowmates
    Participant

    Hi,

    I’ve already tried this but if I do so, the navbar is sticky at left side. But I want to have it sticky with the logo on top. I’ve saved the custom css now so you can check again on the site.

    Thanks

    #624736

    Christopher
    Moderator

    Hi there,

    Please update your code to :

    @media (max-width: 979px){
    .x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 186px;
    }
    .x-navbar .x-container.max.width {
        width: 100%;
        max-width: 100%;
        background-color: #fff;
        padding-right: 50px;
        padding-left: 50px;
    }
    }

    Hope it helps.

    #626075

    knowmates
    Participant

    Helped perfectly. Many Thanks!

    #626085

    Rue Nel
    Moderator

    Hey @knowmates,

    You’re welcome! We are just glad we were able to help you out.
    Thanks for letting us know that it has worked for you.

    Cheers.