The shopping cart isn’t even active but it’s showing up on the mobile header next to the menu and running into the logo. How can I get rid of that?
Hey veritywebsolutions!
Thank you for using Enfold.
Please update the theme to version 3.1. If the upgrade doesn’t work, add this to the Quick CSS field:
@media only screen and (max-width: 767px) {
.cart_dropdown {
right: -60px;
}}
Cheers!
Ismael
I updated to version 3.1 but that didn’t do it.
I added the code to the Quick CSS and that didn’t work either….?
The cart is still there to the left of the menu and covering up the logo.
I really need this resolved. Is there something else I can try??
Hey!
Please add following code to Quick CSS as well
ul.cart_dropdown {
display: none !important;
}
Best regards,
Yigit
Thank you! That worked. I’ll probably be back when we are actually ready to launch the store/cart.