Is it possible to move the SKU line to below the Vendor line in the product page Cheers Guys
Hii, @BenH40
Can you provide me proper screenshot,
Where you want to move SKU.
Thank You.
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.

