Navigation Menu

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 plugin-republic/76ea98e652d743e87876f9565d766e42 to your computer and use it in GitHub Desktop.
Save plugin-republic/76ea98e652d743e87876f9565d766e42 to your computer and use it in GitHub Desktop.
/**
* Remove reference to a specific product ID to apply this to all products
* Update the product ID if it differs
*/
#product-121 .woocommerce-product-gallery {
width: 100%;
height: 300px;
margin-right: 0;
overflow: hidden;
}
#product-121 .entry-summary {
width: 100%;
margin-right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment