Title: Problems with main menu
Last modified: March 26, 2019

---

# Problems with main menu

 *  [dialjam](https://wordpress.org/support/users/dialjam/)
 * (@dialjam)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/problems-with-main-menu-3/)
 * Hello, i have a problem.
 * Suddenly, the main menu in my page is not showing in desktop view. There is no
   console error, the plugins installed are not a problem. I’ve tried with creating
   a new menu, checking the header and menu section in specific pages, and customize
   settings to and nothing.
 * I dont know what could be the problem. I have OceanWP and Elementor updated.
 * Thank you so much
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblems-with-main-menu-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/problems-with-main-menu-3/#post-11359116)
 * Hello,
 * Add the below code to the Dashboard > Appearance > Customize > Custom CSS section
   and check it works or not –
 *     ```
       #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;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Problems with main menu’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/problems-with-main-menu-3/#post-11359116)
 * Status: not resolved