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 High in stock / 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!!