Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created August 20, 2013 14:11
Show Gist options
  • Save agusmu/6281992 to your computer and use it in GitHub Desktop.
Save agusmu/6281992 to your computer and use it in GitHub Desktop.
WooCommerce - Change Image Width on WooCommerce Widget
/* WooCommerce Widgets */
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
width: 32px;
}
@agusmu
Copy link
Author

agusmu commented Sep 28, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment