Skip to content

Instantly share code, notes, and snippets.

@ssaadh
Created March 19, 2018 19:51
Show Gist options
  • Save ssaadh/0764f112eedab1a20e79acfc43097415 to your computer and use it in GitHub Desktop.
Save ssaadh/0764f112eedab1a20e79acfc43097415 to your computer and use it in GitHub Desktop.
shopify css overwriting
.shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-img-wrapper {
float: none !important;
width: 100% !important;
}
.shopify-buy__product-img-wrapper {
float: none !important;
width: 100% !important;
}
@media (min-width: 680px) {
.shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-img-wrapper {
float: none !important;
width: 100% !important;
}}
@media (min-width: 500px) {
.shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-img-wrapper {
float: none !important;
width: 100% !important;
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment