Created
June 19, 2019 14:38
-
-
Save plugin-republic/76ea98e652d743e87876f9565d766e42 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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