Skip to main content

Kiwi Injection Guide - Dawn - Next to Size Label

Injection settings for the Dawn theme to place the Kiwi size chart inline next to the size label using Custom CSS. Go to Styles & Settings → Advanced → Custom CSS.

Shopify's default free theme (v11.0.0 – v15.5.0). This placement uses blank injection fields and Custom CSS.

Settings

Leave all injection fields blank in Styles & Settings → General Settings → Display. Then go to Advanced → Custom CSS and add:

.ks-chart-container {
  margin-left: 10px !important;
}
Did this answer your question?