Tagged: menu
Hello, i’m using the ‘Header with social icons and bottom nav’. When removing the search option from the nav area the last menu item’s spacing is also removed. Is there an easy way to fix this bug?
Hey LokaalTotaal!
Please don’t remove the search via Theme Options. Add this on Quick CSS:
#menu-item-search {
display: none;
}
Regards,
Ismael
Excellent. Thanks for the quick reply.