Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #855810

    Hello,

    my menu items are always visible on mobile. When the screen is smaller than 768px the burger is added, but it has no function besides changing the color of the search icon. When I add the following css code (which is the solution for the same problem on other topics in this forum) the menu items are hidden, but also the burger icon, so that I don’t have any mobile menu at all.

    @media only screen and (max-width: 990px) {
    nav.main_menu { display: none !important; }}

    Best M.

    #855880

    Hey Manolo,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

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