How can I align my product page stock information with the price?

Hey guys,

If you view this page -

https://directcomputers.myshopify.com/collections/cpus/products/intel-xeon-e5-2696-v4-sr2j0-22-core-…

password flowma.

You’ll see the :fire: High in stock / :fire: 0 sold is displayed below the price however I am wanting this displayed to the right of the text so it’s inline with the price please could anyone help one this one?

Thank you

hello @Anonymous

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product  .shopify-section.product--section.section--canonical .product-main .money{
    display: flex;
}
 .template-product  .shopify-section.product--section.section--canonical .product-main #neon-stock-info-widget{
        margin-left: 12px;
}

Thank you so much!!