Reputation: 153
The increment button on my product and cart Woocommerce pages is suddenly not in line with the rest of the rectangle anymore.
Is there any custom CSS I can add to rectify this?
Here is a link to the website.
Upvotes: 0
Views: 284
Reputation: 769
If you remove:
padding-top: 35px;
from:
body[data-form-style="minimal"] .minimal-form-input
it fixes it.
Upvotes: 1