The mobile menus appear behind other page elements. How can we fix this?
Hey rvpsgi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.template-page.content.av-content-full.alpha.units{
z-index:0!important;
}}
Best regards,
Jordan Shannon
That worked on the home page (maybe others). But still having issues on a page like:
This is while viewed in IOS 13 on an iPhone Xs Max.
Hi,
Try the following:
@media only screen and (max-width: 767px) {
main.template-page.content.av-content-small.alpha.units{
z-index:0!important;
}
.breadcrumb.breadcrumbs.avia-breadcrumbs{
z-index: 0!important;
margin-top: -20px!important;
}}
Best regards,
Jordan Shannon
That seemed to fix it. Thanks!
Hi,
No problem I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon