Can I move the SKU line below the Vendor line on a product page?

Is it possible to move the SKU line to below the Vendor line in the product page Cheers Guys

https://agp-website.myshopify.com/collections/gift-boxes/products/goblet-box-black

Hii, @BenH40
Can you provide me proper screenshot,
Where you want to move SKU.
Thank You.

@BenH40

Please add the following code at the bottom of your assets/style.css file.

.template-product a.product-meta__vendor.link.link--accented::after {
    white-space: break-spaces;
    content: "\A";
}

Hope this works.

Thanks!

Cheers thanks again for your help again.

I don’t have style.css under assets so where can I put this code? Please let me know.