• Normally the menu is shrinked in a ‘hamburger menu icon’ for mobile view but it doesnt show my header menu anymore on mobile phones.

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

Viewing 1 replies (of 1 total)
  • Hi @jpolderman,

    We have checked your site and found the issue is due to the optimization. Currently, the elementor section covers your mobile toggle, so you are unable to see it. Please add the following CSS code to your Dashboard >> Appearance >> Customize >> Additional CSS to fix the issue.

    @media (max-width: 767px) {
    .elementor-1509 .elementor-element.elementor-element-5fd90f6 {
    margin-top: 0px;
    }
    }


    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile menu not visible anymore’ is closed to new replies.