Title: Main Menu Does not show.
Last modified: October 20, 2022

---

# Main Menu Does not show.

 *  [jurgenp](https://wordpress.org/support/users/jurgenp/)
 * (@jurgenp)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/main-menu-does-not-show/)
 * 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 3 years, 6 months ago by [jurgenp](https://wordpress.org/support/users/jurgenp/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/main-menu-does-not-show/#post-16120858)
 * Hello [@jurgenp](https://wordpress.org/support/users/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
 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/main-menu-does-not-show/#post-16152070)
 * Hello [@jurgenp](https://wordpress.org/support/users/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](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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.5/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 2 replies
 * 2 participants
 * Last reply from: [Shahin](https://wordpress.org/support/users/skalanter/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/main-menu-does-not-show/#post-16152070)
 * Status: not resolved