Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mcmart Friend
    #1086926

    Hello I am searching how to do this but all of them seem to not be working. I wanted to know how can I make my Mobile Menu to be a sticky menu. Thanks!

    Pankaj Sharma Moderator
    #1086939

    Hi
    Add below code in /css/custom.css file

    @media (max-width: 479px)
    {
    .t3-main-content {
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        -webkit-transition: initial;
        -o-transition:initial;
        transition: initial;
    }
    
    .t3-header.affix {
        position: fixed!important;
    }
    }
    

    If this code will not work, kindly share the URL of the site here.
    I will check it on your site and suggest you changes
    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 3 months ago.

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