Skip to content

Instantly share code, notes, and snippets.

@PluginRepublicSupport
Created March 22, 2023 12:36
Show Gist options
  • Save PluginRepublicSupport/fc5de38c1b6103171df8ac5e48202e8f to your computer and use it in GitHub Desktop.
Save PluginRepublicSupport/fc5de38c1b6103171df8ac5e48202e8f to your computer and use it in GitHub Desktop.
Center Radio Groups + Image Swatch
/** Center image wrappers **/
.pewc-preset-style .pewc-radio-images-wrapper, .pewc-preset-style .pewc-checkboxes-images-wrapper{
-webkit-justify-content: flex-start;
justify-content: flex-start;
margin: 0 -5px;
}
.pewc-preset-style .pewc-radio-image-wrapper, .pewc-preset-style .pewc-checkbox-image-wrapper {
margin: 0 5px;
}
/** Radio group **/
.pewc-preset-style .pewc-radio-form-label span.pewc-theme-element:after, .pewc-preset-style .pewc-radio-list-label-wrapper span.pewc-theme-element:after{
top: 8.5px;
left: 8.5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment