Hey, I need some help.
On my page, the small bar above the main menu overlaps the main menu, so that the cart-icon cannot be displayed well.
I already searched for a solution, what can I do?
Thanks a lot!
kind regards, Christian
Hey Christian,
Thanks for getting in touch with us!
There is a style that is pushing the cart icon behind the top bar in the WooCommerce stylesheet. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_bottom_nav_header .cart_dropdown {
margin-top: -23px !important;
}
Best regards,
Jordan
problem solved :)
Thanks!
Hi,
You’re welcome! Feel free to reach out to us again if you need anything else :)
Best regards,
Jordan