add to card button on product grid alignment
-
Could you please align the “Add to Cart” button with the product? The current padding is causing a misalignment.
Hi son0002,
Thanks for reaching to us.
To assist you in the best possible manner, I kindly ask that you please provide me screenshots that illustrate the parts you want to modify, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
Attachments:
You must be
logged in to view attached files.
Hi, can l get some assistance
Hi son0002,
1. Width
There is already Custom CSS to change button’s width https://prnt.sc/4pMJX29TmDjy Please change it to 100% and check again.
2. Styling
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS
div.wd-product.wd-hover-standard .wd-add-btn>a {
background-color: var(--btn-accented-color);
border: 1px solid var(--btn-accented-bgcolor);
color: var(--btn-accented-bgcolor);
}
Regards,