Skip to main content

Kiwi Injection Guide - Impact - Next to Size Label (Advanced)

Advanced selector injection settings for the Impact theme (v4.0.2+) to place the Kiwi size chart next to the size label. Requires Custom CSS.

Paid theme by Maestrooo (v4.0.2+). Go to Styles & Settings → General Settings → Display to enter these settings.

Settings

  • Inject: After

  • Selector type: Advanced selector

  • Parent selector: .variant-picker__option-info

  • Child compare selector: .h-stack

  • Compare value: Includes — Size

  • Child selector: .variant-option-value

Custom CSS

Add to Advanced → Custom CSS:

.ks-chart-container.sizing-chart-container.ks-container-with-modal {
  display: unset !important;
  margin-left: 2%;
}
Did this answer your question?