add to cart button padding
-
How can I make Add to cart buttons look the same as other buttons on the website (see previous ticket Button Padding).
I tried in Theme Settings but they didn’t change.
Attachments:
You must be
logged in to view attached files.
Hello,
Could you please clarify where exactly you want to change the Add to Cart button styling? Is it on the single product page or on the Shop/product grid pages? This will help us guide you to the correct setting.
Best Regards
All add to cart buttons should be the same all over the website, no matter if on the single product page or on the Shop/product grid pages
I tried in theme settings but nothing changed on them
they should be the same as the other buttons too, which have
padding-left and right 10px
padding top and bottom 5px
thank you
Hello,
Sorry to say your site is not working properly due to server issues.
See Screenshots for a better understanding:
https://postimg.cc/w1FhQJ59
https://postimg.cc/V0yMkFw5
https://postimg.cc/bdDfX9d1
Best Regards
Hi
I see the frontend with no issues https://adpwebdesigntest.it/formacultura/
maybe the backend?
thanks
Hello,
There was a server issue on the frontend. So, please add the following Custom CSS code to Theme Settings > Custom CSS for the grid add to cart.
.wd-product .wd-add-btn .add-to-cart-loop span {
min-height: auto !important;
padding: 6px 2px !important;
line-height: 0.8 !important;
}
For the single product add to cart, navigate to Layouts > Edit single product layout > Edit add to cart widget and disable the stretch option.
https://postimg.cc/qgXrb2w3
Best Regards