• Phil

    (@philip-d-roberts)


    Suddenly the main menu bar is duplicated on the site.
    I can see the code in Google inspector but have no idea where is is actually held so I can edit it.
    Any help would be appreciated.
    Many Thanks
    Phil

    • This topic was modified 5 years, 2 months ago by Phil.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • I suggest seeking support from the theme developer.

    Try to open header.php file via Appereance > Theme Editor in your website dashboard. Find this code <div id=”main-nav” class=”main-nav”> are there 2? If yes then you must delete one of the code with all its child elements.

    If you can’t find it, then you can force hide via CSS code. Open style.css via theme editor and find this code:

    #menu-header, .menu {
    max-width: 960px;
    margin: 0 auto;
    }

    then add this code below the above code:

    #main-menu-1 {
    display: none;
    }

    I have try to fix a similar case on my site paket wisata jogja and can fix it successfully

    Thread Starter Phil

    (@philip-d-roberts)

    Thanks for your suggestions syafira5 – I have checked and my theme seems to operte in a different way. Although I can see the offending code in ‘Google Inspector’ I can’t identify the file that is generating it. The theme header.php file doesn’t have the code in it. Also the style.css file for the theme doesn’t have the code you illustrate in it either.
    The theme is ‘Responsive’, and it is a child theme that is used.
    Phil

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Duplicate main menu bar’ is closed to new replies.