Spacing between button and label in Woo Product Block

Posted in: Newspaper
Post count: 89

I am using the Woo Product Block of the theme. When I click on “Add to cart”, a label is shown right next to the button “Show cart”. I want to add some extra spacing between the button and the label – see arrow here:

https://www.awesomescreenshot.com/image/22846103?key=8e6ebc33fa3d87d67cc381fdb250cc20

How can this be done?

Post count: 21065

Hello @tw144!

Try to add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

.woocommerce a.added_to_cart { padding-left: 10px;}

Thank you!

Post count: 89

Perfect!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.