Archived topic
Complete menu blocked when adding to cart
3 replies · Started by Wesley on September 27, 2021
Viewing posts 1–4 of 4
Hi,
Whenever I add something to my shopping cart, the complete menu gets blocked by the cart icon and value. Nothing else can be clicked anymore.
See link in private area and add something to the cart, then go to home.
greets,
Wesley
Hi there,
you have this CSS in your Customizer > Additional CSS which is causing the problem.
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img, nav li.wc-menu-item {
float: none;
}
You will need to remove this selector from that CSS rule:
nav li.wc-menu-item
Fixed it. Thanks!
Glad to hear that!
This archived topic is closed to new replies.