Home Forums Basel support forum Basel – WooCommerce – how to align "In stock" with number on single product page

Basel – WooCommerce – how to align "In stock" with number on single product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #265356

    oleg_dmitriev
    Participant

    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

    #265437

    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

    #265442

    oleg_dmitriev
    Participant

    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

    #265546

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)