Skip to main content

Kiwi Injection Guide - Impact - Next to Size Label

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

Paid theme by Maestrooo (v3.x – v7.1.0). Go to Styles & Settings → General Settings → Display to enter these settings.

Settings

  • Inject: End of

  • Selector type: CSS selector

  • Selector: .variant-picker fieldset:last-of-type > .variant-picker__option-info

Custom CSS

Add to Advanced → Custom CSS:

.ks-chart-container {
  width: inherit !important;
}
Did this answer your question?