Title: widget image size
Last modified: June 5, 2021

---

# widget image size

 *  Resolved [Niraj Singh](https://wordpress.org/support/users/nirajsharp/)
 * (@nirajsharp)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/widget-image-size-2/)
 * hi i want to increase the size of widget image([https://drive.google.com/file/d/1Eku9oqaYaoR7reQgcpZQ0tjl0v-JYxKe/view?usp=sharing](https://drive.google.com/file/d/1Eku9oqaYaoR7reQgcpZQ0tjl0v-JYxKe/view?usp=sharing))
   little bit so it don’t break the theme either in mobile view. that is very small
   for a logo market site
    please help…
    -  This topic was modified 4 years, 11 months ago by [Niraj Singh](https://wordpress.org/support/users/nirajsharp/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwidget-image-size-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Mirko P.](https://wordpress.org/support/users/rainfallnixfig/)
 * (@rainfallnixfig)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/widget-image-size-2/#post-14523750)
 * Hi [@nirajsharp](https://wordpress.org/support/users/nirajsharp/),
 * This can be fixed with some custom CSS. Under **Customize > Additional CSS**,
   you can add the following code:
 *     ```
       /* Increase max-width size of product widget img */
       .product_list_widget li img {
       max-width: 5em !important;
       }
       ```
   
 * If you’d like to learn more about CSS, I highly recommend using the [free tutorials at w3schools](https://www.w3schools.com/w3css/).
   Here, you can find the basics of [selectors](https://www.w3schools.com/cssref/css_selectors.asp)(
   how to target the right element on the page), and [properties](https://www.w3schools.com/cssref/)(
   how to change the element on the page).
 * Thanks.
 *  Thread Starter [Niraj Singh](https://wordpress.org/support/users/nirajsharp/)
 * (@nirajsharp)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/widget-image-size-2/#post-14523949)
 * Thank u, worked perfectly:)
 *  [MayKato](https://wordpress.org/support/users/maykato/)
 * (@maykato)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/widget-image-size-2/#post-14524017)
 * Hi [@nirajsharp](https://wordpress.org/support/users/nirajsharp/)
 * Glad to hear the CSS code worked! I’m marking this as resolved now. If you have
   further questions, please feel free to open a new topic.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘widget image size’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [image](https://wordpress.org/support/topic-tag/image/)
 * [Increase](https://wordpress.org/support/topic-tag/increase/)
 * [size](https://wordpress.org/support/topic-tag/size/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 3 replies
 * 3 participants
 * Last reply from: [MayKato](https://wordpress.org/support/users/maykato/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/widget-image-size-2/#post-14524017)
 * Status: resolved