Site logo

Archived topic

WooCommerce Cart Plus/Minus Button Formatting

7 replies · Started by Brent Wilson on July 11, 2019

Viewing posts 1–8 of 8

I am having a weird issue in the woocommerce cart. I'm not totally sure if this related to the theme or not. The site is cellulartoyz.com. Basically, if I add an item to the cart, then view the cart page, the quantity minus button shows up above the quantity, and the quantity plus button shows up below the quantity. The formatting seems a bit off. I think these buttons should be showing up on each side of the quantity. Any idea how to deal with this?

Hi there,

thats because its an Elementor template which changes the mark up we generally advise that you disable the qty buttons in the theme. You can try this CSS though:

.woocommerce table.shop_table td .quantity {
    display: flex;
}

Thanks! That CSS did move the + and - buttons to the correct positions. Where would I disable the quantity buttons in the theme?

In Customizer > Layout > Woocommerce under Single option to display quantity buttons

Great! Thanks again!

You're welcome

I disabled the +/- buttons as well and when quantities are entered manually, the price doesn't dynamically. I have several addons (WooPack, Wordpress Custom Product Addons, etc). Could there be a conflict ? Any suggestions welcome, thanks.

Any chance you can open a new topic and link us to the page in question?

Make sure to try disabling all plugins except GP Premium and WooCommerce plugin to eliminate conflicts from elsewhere.

This archived topic is closed to new replies.