• hi is there a way to keep the mobile menu fixed on top when scrolling? also i would like to remove topbar in mobile version.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try placing this into Theme Options> Advanced Settings:

    @media (max-width: 767px) {
    .nav-trigger-case .kad-menu-name {
        position: fixed;
        z-index: 1000;
        }
    div#mobile-nav-trigger {
        position: fixed;
        z-index: 999;
        width: 90%;
        margin-top: -90px;
        }
    div#topbar {
        display: none;
        }
    }

    Let me know if that works for you. And if not, please post a link.

    -Kevin

    Thread Starter betumayo

    (@betumayo)

    hi…it doesn’t work as i would like. it look like less opacity and over the logo, and when i try to open the menu it doesnt open in place, i stil need to scroll up to view the open menu that’s wired.
    the page is ponponi.co.il
    thanks for helping

    Since the theme isn’t designed this way, it’s not really optimal and there may be a better way to accomplish this. The theme dev will let us know when he sees this, but try this and let me know how it works for you!

    @media (max-width: 767px) {
    .nav-trigger-case .kad-menu-name {
        position: fixed;
        z-index: 1000;
        }
    div#mobile-nav-trigger {
        position: fixed;
        z-index: 999;
        width: 90%;
        margin-top: -90px;
        }
    div#topbar {
        display: none;
        }
    div#kad-mobile-nav {
        margin-top: -40px;
        }
    .wrap.contentclass {
        position: relative;
        top: 70px;
        }
        div#logo {
        position: relative;
        top: 40px;
        }
    }

    -Kevin

    Thread Starter betumayo

    (@betumayo)

    still doest work well. the menu opens on top of the page so i need to scroll up when i click the menu to view it.
    do you think that maby a plugin would work?

    There probably are some there out there, though I’m not familiar. I do know that the premium theme has this functionality built in though, so it’s very easy to achieve there.

    -Kevin

    Thread Starter betumayo

    (@betumayo)

    thanks a lot for your time and help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘fixed mobile menu’ is closed to new replies.