This topic has 2 replies, 2 voices, and was last updated 2 years, 10 months ago ago by Olga Barlow
I have a problem on the product side, I would like to push the button to the shopping cart and the quantity selection firmly down as shown in the picture. Furthermore, I would like to either insert a space between the product description and the price or hide the price completely.
can you please send me instructions?
Kind regards
Sasha
Hello,
Add the below code to Theme Options > Custom CSS
.single-product-builder form.cart .wc-pao-addons-container {
width: 100%;
}
.product-addon-totals .wc-pao-col1 {
padding-right: 10px;
}
Regards
Tagged: button, problems, product page, shopping cart, templates, woocommerce, wordpress
The issue related to '‘Problems on the product page, in the shopping cart button’' has been successfully resolved, and the topic is now closed for further responses