Tagged: menu mobile
Hello,
Please check http://www.innbizzniss.nl/wp on a Phone. Why is the menu not visible?
Hope you can help me.
Thanks!
Martine
Hi famewebdesign!
Do you have this in your child theme?
#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
height: 45px;
line-height: 45px;
display: none;
}
That’s what is causing it to not display.
Cheers!
Elliott
Yes, that was it. Thanks!