Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #337626
    maurizio.giovane
    Participant

    Issue menu on iPhone and Android (vertical view)

    I my users (including me)  experience on various mobile phone an issue with the “sub” menu of the theme.

    I made a youtube movie to show it.  (https://youtu.be/vic57YBBoLk)

    When you use your phone vertical, you can tab the menu, that is working fine.

    But when you want to click the little arrow for a submenu it doesn’t work at all.

    This happens only in vertical mode.

    When you use your phone horizontal, it works fine.

     

     

     

    #337628
    minal
    Keymaster

    Hello @maurizio,

    It seems your arrow of the submenu is not working because of your minnit chat plugin. Minnit chat element overlaps the submenu icon, so it cannot be clicked.

    I will send a CSS snippet for you to add to your system,

    #minnit-container:has(iframe) {
    
      z-index: 2147483647 !important;
    
    }
    
    minnit-container {
    
      z-index:99 !important;
    
    }
    
    

    add those above CSS to your additional CSS.

    Go to Dashboard >> Appearance >> Customizer >> Additional CSS

    I hope it works for you !!

    Sincerely,

    Minal

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.