Site logo

Archived topic

Help With Quantity Button Woocommerce Cart

5 replies · Started by Mahardhika on June 24, 2020

Viewing posts 1–6 of 6

Hi
+ and - got upside and down
is this intended?
how to make it left (minus) and right (plus) ?

screenshot

thanks!

Hi there,

nope not intended - this generally happens if another Plugin is interfering.
You can either disable the +/- buttons in Customizer > Layout > Woocommerce

OR

If you can remove the coming soon i can take a look at correcting it with CSS

Hi
sorry, maintenance mode are deactivate now
plugin is just :
Elementor
Elementor Pro
GP Premium
WooCommerce

thanks

Elementor adds a lot of extra HTML when its used to edit templates - this effects the themes CSS. Add this CSS to fix it:

.woocommerce-cart-form__cart-item .quantity.buttons-added {
    display: flex;
}

hi
its works now
thanks!

You're welcome

This archived topic is closed to new replies.