• Resolved sandrineuntourdaile

    (@sandrineuntourdaile)


    Good morning,

    I have the Max Mega Menu active, but on the mobile it shows it in duplicate.

    I tried everything, even a CSS code that what given in this forum two years ago.

    Here‐——–‘
    .mega-menu-main .mega-menu-wrap:last-of-type,
    .mega-menu-main .mobile-menu-btn {
    display: none !important;
    }
    ———–

    Nothing allow me to delete one without deleting the other one as well.
    I am using Stow Theme.

    Please, if you have any suggestion would be greatly appretiated.

    Thank you
    Sandrine

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Sandrine,

    Please go to Appearance > Customize > Additional CSS and add the following:

    #toggle-menu {
      display: none !important;
    }

    Regards,
    Tom

    Thread Starter sandrineuntourdaile

    (@sandrineuntourdaile)

    Thank you Tom, i add it but nothing has changed.

    Sandrine

    Plugin Author megamenu

    (@megamenu)

    Hi Sandrine,

    When I check the page source for the CSS, I can see some random characters have been added ( ):

    2021-08-30_09-55-23

    Please try editing the CSS, fix any formatting (so it is indented correctly) and re-save.

    Regards,
    Tom

    Thread Starter sandrineuntourdaile

    (@sandrineuntourdaile)

    Hi Tom,

    You are right, i clean the code, and it works. Thanks you very much for you help.
    Sincerely
    Sandrine

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘duplicate menu (max mega menu)’ is closed to new replies.