product type and qty features not aligned in product pages as compare to other
-
everything next to product image is aligned in this url : https://woodmart.xtemos.com/shop/accessories/smart-watches-wood-edition/
but we are using same theme. but please check url in private content.
check 1) below instock & 2) above compare button.
https://imgur.com/a/Ecv7m7U
Those are not aligned to above and below.
1) Product type and “qty” increase decrease is displaying far right side and not aligned.
please help me to make it aligned.
all should start from same line.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.single-product form.variations_form {
padding-left: 0px !important;
}
Best Regards,