Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • edd Friend
    #190995

    I was wandering if it is possible to keep the horizontal navigation static, always on top while scrolling?
    If so, how can I do that?
    Do I need to change something in the CSS or into the manager section?

    Thanks a lot for help 🙂

    Ninja Lead Moderator
    #507557

    You can try with my below solution

    Open templates/ja_rave/css/template.css file

    From

    #ja-mainnav { padding-top: 25px; }

    Change to

    #ja-mainnav {
    position: fixed;
    }
    #ja-header {
    padding-top: 50px;
    }

    Remember to clear cache from Admin area after changing.

    Let me know if it helps

    edd Friend
    #507924

    Thanks a lot 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  edd 11 years, 1 month ago.

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