Skip to main content

Kiwi Injection Guide - Impulse - Next to Size Label

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

Popular paid theme by Archetype Themes (v5.2.1 – v9.1.0). Go to Styles & Settings → General Settings → Display to enter these settings.

Settings

  • Inject: End of

  • Selector type: CSS selector

  • Selector: .variant-wrapper:last-of-type > .variant__label

Custom CSS

Add to Advanced → Custom CSS:

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