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
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
That worked thank you
Peter