Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #392875

    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

    • This topic was modified 9 years, 9 months ago by partdb123.
    #393022

    Hi partdb123!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #wrap_all { position: relative !important; }

    Cheers!
    Yigit

    #393459

    please watch this avi

    #393702

    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

    #393770

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.