Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #862940

    When I use the burger menu the Header Menu will not display. I do need this to display as I would like the WooCommerce menu items to display above the logo.

    When I switch back to the normal menu it appears.

    Peter

    #862942

    Hey Peter,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .html_burger_menu_active .menu-item {
        display: block;
    }
    

    Best regards,
    Yigit

    #862944

    That worked thank you

    Peter

    #862948

    Hi,

    You are welcome, glad we could help! Let us know if you have any other questions or issues.

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Menu not Displaying with Burger Menu’ is closed to new replies.