The first symptoms is when browser’s size is smaller occupies an area.
Therefore, it is possible to scroll x.
so
First. I add in css this code
html{
overflow-y:scroll !important;
overflow-x:hidden !important;
}
but was not fixed.
Second, i add in avia.js this code
$("#advanced_menu_toggle").click(function(){
$(".html_mobile_menu_tablet #mobile-advanced").css("display","block");
});
$("#advanced_menu_hide").click(function(){
$(".html_mobile_menu_tablet #mobile-advanced").css("display","none");
});
and. Second question.
sometime, scroll is impossible like this avi
you can test at here
Hi partdb123!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#wrap_all { position: relative !important; }
Cheers!
Yigit
please watch this avi
Hey!
I cannot reproduce the issue on my end on my iphone 5s. I asked @andy to check your website on his iphone. Please kindly wait to hear from him.
Cheers!
Yigit
Hi!
Unfortunately I don’t use iPhone, but on my android device your menu works totally fine. I can’t reproduce the issue neither. Can you check it on another smartphone as well please?
Cheers!
Andy