Skip to content

Instantly share code, notes, and snippets.

@PluginRepublicSupport
Created January 25, 2023 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PluginRepublicSupport/ea0263aae2e9b9219e8c8844f26be683 to your computer and use it in GitHub Desktop.
Save PluginRepublicSupport/ea0263aae2e9b9219e8c8844f26be683 to your computer and use it in GitHub Desktop.
Display issue when columns are set to 3 with 5 elements
.pewc-preset-style .pewc-radio-images-wrapper, .pewc-preset-style .pewc-checkboxes-images-wrapper {
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.pewc-radio-images-wrapper.pewc-columns-3 .pewc-radio-image-wrapper{
margin: 1%;
}
.pewc-radio-images-wrapper.pewc-columns-2 .pewc-radio-image-wrapper{
margin: 1%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment