Re-arrange Meta Display from Vertical to Horizontal

We’re currently re-developing our site in the background and our Meta Data is showing vertically (as shown in picture attached)

However I’d like to show it horizontally underneath the Title. Whilst I know I can pull Metafield data through I didn’t want to be creating a metafield for data that we already have (such as sku / stock info) - can any

@Linda_Ladley - can you please share your product page link?

It’s in build mode at the moment so the preview site is:

https://rea84w9ixb3bqsox-17838313.shopifypreview.com

The product to search for is Air Motion Gliding Crib - Cream

@Linda_Ladley - add this css to the very end of your base.css file and check

.t4s-product_meta {display: flex;    justify-content: space-between;}

You’re an absolute star! Thank you so much I knew it would be something quite simple too…

@Linda_Ladley - thank you very much.