• Hi,

    Can someone help me please. On our website for mobile the navigation menu is appearing twice.
    How do I only have the hamburger menu?
    I have read the forums and everything seems to be set up correct.
    Would appreciate any help
    Thanks ??

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @cravenewmedia,

    You added custom CSS which is forcing the header menu to remain visible on tablet and mobile in addition to the mobile menu.

    Edit your custom CSS, you most likely added it via Customize > Custom CSS and JS, Custom CSS area and delete this part of the code:

    #site-navigation-wrap {
        display: block !important;
    }

    You don’t have the need for this piece of code at all.

    Enjoy building with OceanWP

    Thread Starter cravenewmedia

    (@cravenewmedia)

    Thank you so much!!

    That worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ocean Theme mobile menu appearing twice’ is closed to new replies.