Add to cart buttons not aligned
the add to cart buttons on all products pages is not in alignment with the product quantity box. It is aligned with the top instead of center.
Example page: https://savethecat.com/products/consultations/script-no-notes
I see this in the CSS:
.woocommerce div.product form.cart .button {
.
vertical-align: middle;
.
float: left;
}
which seems to be the right thing but not working. Can you provide an update or alternative? Thanks.
Attachments:
You must be
logged in to view attached files.
Hi @savethecat,
I hope you are well today and thank you for your question.
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.single-product.gillion-woocommerce div.product form.cart .button {
margin-top: 20px;
}
Best regards,
Shufflehound team
You can close this ticket. Thanks.
Thank you for letting us know! 🙂
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.