bolshevik
bolshevik

Reputation: 153

Woocommerce increment and decrement buttons are not aligning

The increment button on my product and cart Woocommerce pages is suddenly not in line with the rest of the rectangle anymore.

Here is what it looks like

Is there any custom CSS I can add to rectify this?

Here is a link to the website.

Upvotes: 0

Views: 284

Answers (1)

swervo
swervo

Reputation: 769

If you remove:

padding-top: 35px;

from:

body[data-form-style="minimal"] .minimal-form-input 

it fixes it.

Upvotes: 1

Related Questions