Basel – WooCommerce – how to align "In stock" with number on single product page
-
Hi Elise,
Thank you for your good tech support! you guys are fantastic.
I’ve added an extension to Woo, called Bundled Products.
It shows label “In stock” not in the same row as Quantity (https://ibb.co/PTktypp). Example page:
https://www.independent.wine/product/zoom-tasting-noble-reds-of-piemonte/
I think it uses a different class.
On “normal” Woo products (Simple products), it shows label “In stock” in the same row as Quantity (https://ibb.co/VY0FZFq). This page: https://www.independent.wine/product/strawberry-and-mint-pinot-noir-velvet-truffles-gift-set/
How can I to show the label “In Stock” in the same row? Please send me custom CSS. Thank you!
Cheers,
Oleg
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .bundle_availability,
body .boundle_button{
display:inlline-block;
margin-right:20px;
}
Best Regards
Hi Elise, thanks!
I first tried, and it did not work :)))
but I noted there were a couple of typos in the property values – it almost feels you are testing me :)))) it’s all fine now! working perfectly – thanks so much!
Oleg
You are welcome! If you have any questions please feel free to contact us.
Best Regards