Skip to content

Instantly share code, notes, and snippets.

@PluginRepublicSupport
Created February 13, 2023 12:26
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/9d2548f903b109c7c92d8a8fa42d610a to your computer and use it in GitHub Desktop.
Save PluginRepublicSupport/9d2548f903b109c7c92d8a8fa42d610a to your computer and use it in GitHub Desktop.
Image Preview Mobile View
@media (max-width: 600px) {
.wcpauau-modal-footer {
display: flex;
width: 100%;
justify-content: space-between;
}
.wcpauau-modal-footer .button {
font-size: 14px !important;
}
ul.pewc-product-extra-groups{
padding: 0;
}
.dz-preview.dz-error.dz-complete.dz-image-preview {
max-width: 320px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment