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;
}
}