• Resolved andreasno

    (@andreasno)


    Hi!

    Anybody know how to make the top menu bar sticky?

    I’ve tried with:
    .nav-wrap { height: auto !important; position: fixed; width: 100%; }

    This makes the search button and the borders to disappear.

    Cheers,

    Andreas

Viewing 2 replies - 16 through 17 (of 17 total)
  • Hi there!
    I have to reopen this topic because I’d like to set sticky menu topbar also for ipad both for horizontal and vertical orientation.
    Is it possible to do that?
    Many thanks in advance.

    ***EDIT***
    what if I edit media queries below 1025px?
    @media only screen and (max-width: 1024px)
    .full-width #nav-topbar.nav-container {position:fixed;top:32px;right:0;left:0;}?

    I tried some different solutions, but it seems I should dig deeply into css in order to make it work.
    Not only media queries are needed, but also a style outside of it, especially for .nav.container on one hand and #page on the other one. But if so, desktop view will be ruined for at least 12px…

    Please, help!

Viewing 2 replies - 16 through 17 (of 17 total)

The topic ‘Make topbar menu sticky’ is closed to new replies.