• I’m using the OceanWP theme and as soon as I activate “Essential Real Estate” By?G5Theme the menu disappear.

    How can I fix it?

    Please Help?`

    • This topic was modified 2 years, 5 months ago by jurgenp.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @jurgenp,

    Thank you for reaching out,

    Please get in touch with your third-party plugin author. Maybe they have a solution that we are not aware of.
    Meanwhile, this is forwarded to our developer team and will be checked and improved for the next updates.

    Best Regards

    Hello @jurgenp,

    We checked your issue again and could replicate it on our end.
    Please use the following CSS to solve it:

    Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    /* Resolve Main Menu Display When Using Boostrap */
    #site-navigation-wrap .dropdown-menu {
        display: block;
        float: none;
        position: relative;
        top: auto;
        left: auto;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    For more information about the CSS/JS code on the customizer, please read this link:
    https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Main Menu Does not show.’ is closed to new replies.