Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1202414

    Hello,

    My mobile menu is hidden behind the website content, making it unusable. I’m not sure what has caused this.
    I did try the following code:

    @media only screen and (max-width: 767px)  {
    
    .av-burger-overlay{
    z-index:9999!important;
    }}
    

    But it hasn’t worked.

    #1202459

    Hey darryllevine,

    I’m not seeing this issue. Were you able to fix?

    Best regards,
    Jordan Shannon

    #1202469

    Hello!

    Thanks for your reply. No, I was not able to fix it. The menu shows up, but when you scroll the content, the content (search box, news items, etc.) is on top of the mobile menu and you can’t click on the mobile menu.

    I’ve cleared the cache multiple times and tried it on different phones, so that shouldn’t be the problem.

    #1202670

    Hi,

    Thanks for the clarification. Your site looks to be in maintenance mode now though, could you post login details in private so that we can view it please?

    Best regards,
    Rikard

    #1202681

    Hello,

    Yes, I was trying to fixed the problem, it is back online now. OK, so I found that the problem was this code:

    .home .av-section-color-overlay, .home .template-page, #footer, #header {
    	z-index: 1 !important;
    }

    However, this code was needed for my live search suggestion box to show on top of those elements. I’ve remove the search suggest box for now, so you won’t see that issue.

    However, is there a way to show the mobile menu on top, even with the code mentionned above?

    As I said before, I tried the following, but it didn’t work:

    @media only screen and (max-width: 767px)  {
    
    .av-burger-overlay{
    z-index:9999!important;
    }}

    Thanks!

    #1202782

    Hi,

    Can you provide admin info in the private area so we can look into this further?

    Best regards,
    Jordan Shannon

    #1204130

    I have fixed this issues. Thank you, we can close the ticket.

    #1204133

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Mobile menu hidden behind content’ is closed to new replies.