Skip to content

Instantly share code, notes, and snippets.

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/7ce6dc8f6c36eb550232f788e4b0d45c to your computer and use it in GitHub Desktop.
Save PluginRepublicSupport/7ce6dc8f6c36eb550232f788e4b0d45c to your computer and use it in GitHub Desktop.
Checkbox & Radio Image Mobile Device Columns
/** Show 4 columns on iPad, Tablets **/
@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%;
}
}
/** Show 4 columns on Mobile devices **/
@media (max-width: 480px){
.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