Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Last active August 25, 2025 09:29
Show Gist options
  • Save plugin-republic/ae83a7ca818670676a79f242c850ce09 to your computer and use it in GitHub Desktop.
Save plugin-republic/ae83a7ca818670676a79f242c850ce09 to your computer and use it in GitHub Desktop.
/** Show single column on mobile, tablets, etc **/
@media (min-width: 481px) and (max-width: 768px){
.pewc-radio-images-wrapper .pewc-radio-image-wrapper, .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper {
width: 100%;
}
}
/** Show 4 columns on mobile, tablets, etc **/
@media (min-width: 481px) and (max-width: 768px){
.pewc-radio-images-wrapper .pewc-radio-image-wrapper, .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper {
width: 25%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment