Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Radonja Djurisic Friend
    #720876

    any way to get sticky menu ?

    Ninja Lead Moderator
    #720964

    Hi,

    You can apply my solution to add sticky menu on your site

    Open templates/ja_rent/css/custom.css file and add new css style

    @media (min-width: 1200px) {
    header#t3-header {
    position: fixed;
    top: 73px;
    width: 100%;
    z-index: 1000;
    }

    div#t3-topbar {
    position: fixed;
    width: 100%;
    clear: both;
    top: 0px;
    overflow: overlay;
    z-index: 1000;
    }
    }

    Regards

    Ninja Lead Moderator
    #753470

    Hi,

    You can apply my solution to add sticky menu on your site

    Open templates/ja_rent/css/custom.css file and add new css style

    @media (min-width: 1200px) {
    header#t3-header {
    position: fixed;
    top: 73px;
    width: 100%;
    z-index: 1000;
    }

    div#t3-topbar {
    position: fixed;
    width: 100%;
    clear: both;
    top: 0px;
    overflow: overlay;
    z-index: 1000;
    }
    }

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 5 months ago.

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