Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Creative Studio Menu for Mobile #757101

    Hi !
    i don’t know if this will work for you but try to add this in your custom css :

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu {
        display: block !important;
        position: absolute;
        top: 0em;
        right: 0em;
    }
    #advanced_menu_toggle { 
    display: none !important; 
    }
    }
    
    @media only screen and (max-width: 767px) { 
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }
    }
    • This reply was modified 7 years, 9 months ago by MR_BAK.
Viewing 1 post (of 1 total)