Show SKU on product preview - Dawn Theme

Hi @jaimeebrooks ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/base.css
  2. Add code below to end of file
.product__info-container .product__sku {
	float: right;
  	margin: 0!important;
}