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
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
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.
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
Thanks Rikard :)