Hi
On the cart checkout screen the SKUs are mis-aligned.
They should be in line with the text Part Number but they arent.
http://screencast.com/t/DtECPyxrO
On a non-variable product the SKU appears after the QTY and on a variable product the SKU appears underneath the Part No.
Hey richardelectrix!
Please add following code to Quick CSS
.woocommerce-order-received td.product-name span {
float: none;
}
Regards,
Yigit
Hi
Yes thats strange – it looks right for me now too.
I will keep an eye on it.
Thanks