Created
June 16, 2020 07:43
-
-
Save akther80/7ea63f08429220f12c9843b00dc28935 to your computer and use it in GitHub Desktop.
Cartzilla - Change single product thumbnail image width
This file contains hidden or 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
.cz-gallery .woocommerce-product-gallery .flex-control-thumbs li img { | |
width: 80px; | |
} | |
.cz-gallery .woocommerce-product-gallery .flex-control-thumbs li { | |
flex: initial; | |
max-width: initial; | |
} | |
.cz-gallery .woocommerce-product-gallery .flex-control-thumbs { | |
justify-content: center; | |
} | |
.cz-gallery .woocommerce-product-gallery .flex-control-thumbs li + li { | |
margin-left: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment