Hello,
The shopping icon from woocommerce forces the new hamburger menu/ search icon over the logo.
I removed the shopping cart icon with:
@media only screen and (max-width: 767px) {
.responsive #top .cart_dropdown {display:none;}
}
but the hamburger/search icon still cover the logo.
Website link in the private content.
Hey Wolf,
You can add the following code at Enfold Theme Options > General Styling > Quick CSS
@media only screen and (max-width: 767px) {
.responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
right: -27px !important;
}
}
Best regards,
John Torvik
Perfect, thanks
Hi,
Glad that John helped you. Thanks for using Enfold :)
Best regards,
Nikko