Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Alp Friend
    #973341

    Hello Everyone,
    is it possible to have the mega menu sticky?

    Tnx and best regards,

    Alp

    Pankaj Sharma Moderator
    #973347

    Hi
    for this Add below code in custom.css file

    @media (min-width: 1200px) {
    .scrollDown .navbar-default-horizontal {
        position: fixed!important;
    } }

    Hope it helps .

    Alp Friend
    #973349

    Tnx very much, will check immediately.
    Another question.

    I just recognized that the top bar is not sticky on mobile.
    İs it possible to make the top bar sticky on every screensize?

    Tnx a lot in advance.

    BR, Alp

    Pankaj Sharma Moderator
    #973355

    Hi
    Use this code for topbar

    @media (max-width: 767px) {
    .t3-header {
        position: fixed;
       }}
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 7 months ago.

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