test melih
 melih
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

    1. @media (max-width: 479px)
    2. {
    3. .t3-main-content {
    4. transform: initial;
    5. -webkit-transform: initial;
    6. -ms-transform: initial;
    7. -webkit-transition: initial;
    8. -o-transition:initial;
    9. transition: initial;
    10. }
    11.  
    12. .t3-header.affix {
    13. position: fixed!important;
    14. }
    15. }

    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 7 years ago.

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