Menu not showing correctly on mobile.
Hello,
When viewing the site on mobile the mobile menu doesn't display properly. The body content somehow gets in between the menus background color and the menu items.
Here is a image of the issue taken from and iPhone 4. (This issue has also been duplicated on Android devices as well.)
Here is what the site looks like in mobile without the menu selected:
any suggestions?
Comments
please send us url to site where you got this problem and we'll have a look on it (url from images does not work because site keep loading and nothing happen).
Thanks!
The url from the image (http://apmasterimages.promediaonline.com) should have worked. That is the development address for the site but it still should have worked. The above link is the live version of the site. Please let me know if you have trouble accessing it.
#Header_wrapper { background-color: transparent; max-height: 130px;}
I updated it to:
#Header_wrapper { background-color: transparent; max-height: 130px; z-index: 999; margin-bottom: 40px;}
I added a z-index and a 40px bottom margin and it looks good on iOS and Android now.
Thanks!