• Hello. I am having problems with the menu header of my website. Its invisible. It doesn’t appear.
    I did changes on my website to try to put the menu and nothing.
    I don’t know what to do.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    I checked your site and the menu icon is appearing fine.

    Thread Starter lanicaviajera

    (@lanicaviajera)

    Hello Amit.
    In the cabecera it t only appears the search icon but not the menu I did.
    And its weird that the menu appears when I put as menu location “footer” but when I put top bar and main, the menu its no there.
    Can you watch this video, please?https://www.loom.com/share/679ecd871ec74bb895a93915dc23ef4a
    I show the problem there.

    Thank you

    • This reply was modified 4 years, 3 months ago by lanicaviajera.

    Try to add the below code to the Customize > Custom CSS section to fix it –

    #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;
    }
    Thread Starter lanicaviajera

    (@lanicaviajera)

    Thank you so much, Amit. I solved the problem of the menu with this code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problems with the header menu’ is closed to new replies.