Skip to content

Instantly share code, notes, and snippets.

@akther80
Created June 16, 2020 07:43
Show Gist options
  • Save akther80/7ea63f08429220f12c9843b00dc28935 to your computer and use it in GitHub Desktop.
Save akther80/7ea63f08429220f12c9843b00dc28935 to your computer and use it in GitHub Desktop.
Cartzilla - Change single product thumbnail image width
.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