Skip to main content

Kiwi Injection Guide - Prestige - Next to Size Label

Injection settings for the Prestige theme to place the Kiwi size chart next to the size label. Requires Custom CSS. Go to Styles & Settings → General Settings → Display.

Premium paid theme by Maestrooo (v7.3.2 – v11.1.0). Go to Styles & Settings → General Settings → Display to enter these settings.

Settings

  • Inject: End of

  • Selector type: CSS selector

  • Selector: .variant__label

Custom CSS

Add to Advanced → Custom CSS:

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