Moving navigation bar to top of page

  • Unknown's avatar

    Hi,

    I want to move my navigation bar to the top of the page on my header template but don’t seem to be able to?

    I’m using the assembler theme. I’ve tried using the following CSS from another forum post but I’ve had no luck.

    Thanks, Claire

    .main-navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    .logged-in .main-navigation {
        top: 32px;
    }

    The blog I need help with is: (visible only to logged in users)

  • The topic ‘Moving navigation bar to top of page’ is closed to new replies.