Adjusting height of Add To Cart button on product grid/carousel
-
Hello how can I please adjust the height of ATC button on product grid/carousels?
I have tried few CSS codes but with no luck unfortunately.
If possible can you provide for me CSS code that might allow me to adjust padding or something?
Many thanks
Vik
Attachments:
You must be
logged in to view attached files.
Hi Vik12,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
a:is(.btn,.button,button,[type=submit],[type=button]){
min-height: 10px;
}
.wd-product.wd-hover-fw-button .wd-add-btn a.add-to-cart-loop span {
padding: 6px 12px;
}
Regards,
Thank you very much, sorted
Hi Vik12,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,
The topic ‘Adjusting height of Add To Cart button on product grid/carousel’ is closed to new replies.