This topic has 2 replies, 2 voices, and was last updated 3 years, 2 months ago ago by Rose Tyler
on the product page how can i do space between the cart and the text add to cart it is now attatch to each other
Hello,
Add the next code in Theme Options > Theme custom CSS:
.rtl .single_add_to_cart_button:before {
padding-left: 5px;
padding-right: 0;
}
Regards
Tagged: add to cart, issue, padding, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up