Site logo

Archived topic

Help with CSS quantity woocommerce

3 replies · Started by Leonardo on October 10, 2022

Viewing posts 1–4 of 4

Hi!

Could you help me with minor CSS tweaks to the product quantity buttons?

See on this page that the - sign is on top and the + sign below - https://formuladiecast.com.br/cart/

Is there a possibility to leave them on the left and right respectively?

Private access data.

Thank you very much for your attention as always.

Hi there,

try adding this CSS:


.e-cart__container .quantity {
    display: flex;
}

thank so much

You're welcome

This archived topic is closed to new replies.