Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • andersonannem Friend
    #197447

    Hello.

    Is it possible to make the standard main menu sticky to the top of the page so it is always visible on the desktop and tablet views as you scroll down?

    If yes, can you please tell me what I need to change to make this possible.

    Thank you.

    Anne

    Here is the URL to the site: http://www.proscape-wi.com

    TomC Moderator
    #533844

    Do you just want the main nav menu to be sticky – or the entire header (with your logo)?

    Nazario A Friend
    #533939

    Hi Anne,

    Do you want to make Main Menu sticky as in this image? http://prntscr.com/3gy0u5

    If so, pls open the file /templates/your_template_name/css/template.css, then add this rule:

    /* Sticky Menu */
    @media (min-width:768px) {
    #ja-topbar {
    position: fixed;
    z-index: 100;
    }
    #ja-header {
    position: fixed;
    z-index: 100;
    top: 32px;
    background: white;
    }
    #ja-mainnav {
    position: fixed;
    z-index: 100;
    top:157px;
    background: white;
    width: 100%;
    }
    #ja-slideshow {
    margin-top: 190px;
    }
    }

    Remember to clear JAT3 cache after changing.

    andersonannem Friend
    #534175

    This is it. Thanks so very much!!

    Anne

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  andersonannem 10 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum