Skip to content

Instantly share code, notes, and snippets.

@timmatheson
Created November 2, 2018 10:57
Show Gist options
  • Save timmatheson/7e65b62924527db163c1c894935859ab to your computer and use it in GitHub Desktop.
Save timmatheson/7e65b62924527db163c1c894935859ab to your computer and use it in GitHub Desktop.
/*
Fixes Shopify Empire Theme Image Height
*/
.productitem--image img{
max-height: 200px;
max-width: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment