• Hello,

    I appreciate any help for the following issue on my website. It seems that the menu bar is not working on any mobile device. When i click on it, nothing happens or it disappears. It may be related to Java, however i am still in the early stages of learning wordpress. Any help would be greatly appreciated in solving this issue

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You use Elementor for the design of the website as well as the structure of the menu. I would recommend you to contact their support forum: https://www.ads-software.com/support/plugin/elementor/

    Please go to Appearance->Customize->Additional CSS then add that code

    @media(max-width:1025px){
    .menu-is-active, .menu-is-active .hfe-nav-menu{
       visibility: visible;
       opacity: 1;
    }
    }

    If not work then try that please

    @media(max-width:1025px){
    .menu-is-active, .menu-is-active .hfe-nav-menu{
       visibility: visible !important;
       opacity: 1 !important;
    }
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hamburger menu is not working on physical mobile device’ is closed to new replies.