• 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 to see the link]

Viewing 1 replies (of 1 total)
  • 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.