Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #407574

    Hello again.. on the page below, the header and mobile menu aren’t working correctly. I have this page’s ‘Header visibility and transparency’ set to: ‘header is invisible and appears once the user scrolls down’ .. yet when you view this page on mobile, the header is not invisible .. also the entire contents of the mobile menu can be viewed when you ‘swipe’ the mobile page to the left.. meaning that the menu content is there all along, it’s just off of the right edge of the phone screen and you can simply swipe over to see it, as opposed to clicking and it opening . Also when clicking and opening the mobile menu, it does not have a ‘close’ x button to close it. I have no idea what’s going on!

    http://www.cathyisin.com/home/

    thanks

    • This topic was modified 9 years, 8 months ago by nulrick.
    #408100

    Hi nulrick!

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

    @media only screen and (max-width: 990px) {
    #wrap_all {
    position: relative !important;
    }}

    Issue will be fixed on upcoming update.

    Cheers!
    Yigit

    #408476

    thanks, but this problem is still not fixed: when clicking and opening the mobile menu, it does not have a ‘close’ x button to close it.

    http://www.cathyisin.com/home/

    #408620

    Hi!

    It was hidden by your custom.css, please try to add the following in Quick CSS:

    .html_mobile_menu_tablet #advanced_menu_hide {
    top: 0px !important; 
    }

    Cheers!
    Rikard

    #409098

    Thanks Rikard :)

    #409710

    Hi!

    No problem, glad we could help :)

    Best regards,
    Rikard

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