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

    The mobile menus appear behind other page elements. How can we fix this?

    #1132373

    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

    #1132382

    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.

    #1132390

    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

    #1132411

    That seemed to fix it. Thanks!

    #1132416

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile menus behind other elements’ is closed to new replies.