Home › Forums › Gillion Theme › Add to cart buttons not aligned
Home › Forums › Gillion Theme › 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.
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! 🙂