Title: Image Size
Last modified: December 31, 2018

---

# Image Size

 *  Resolved [vushii](https://wordpress.org/support/users/vushii/)
 * (@vushii)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/image-size-181/)
 * Images for Related Products are burry. All the images work look great except 
   the ones using Woo Related Products plugin
 * Is there any CSS code I can add to fix this issue?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fimage-size-181%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Vagelis](https://wordpress.org/support/users/eboxnet/)
 * (@eboxnet)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/image-size-181/#post-11043600)
 * Hello there, as the plugin doesn’t really pull the images for the products this
   is more like a theme/css issue. I checked the link you sent and I don’t see any
   blurry images but i do see a size issue on your slider.
    To fix slider width 
   you can simply use this
 *     ```
       .woo-related-products-container .owl-carousel {
           width: 100%!important;
       }
       ```
   
 * as for the blurry images, I guess you solved it already?
 *  Thread Starter [vushii](https://wordpress.org/support/users/vushii/)
 * (@vushii)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/image-size-181/#post-11049926)
 * Yes, I was able to solve that part out. Thank you
 *  [faithandfabric](https://wordpress.org/support/users/faithandfabric/)
 * (@faithandfabric)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/image-size-181/#post-11055775)
 * Hi there – I’m having the same issue…it looks like they’re just little thumbnails.
   Where would I install that code? I’m not super technical 🙂 Here’s a sample of
   what I’m seeing: [https://faithandfabricdesign.com/product/quilt-pattern-mary-jesus](https://faithandfabricdesign.com/product/quilt-pattern-mary-jesus)
 * Any specifics you can provide would be great! I was able to install my theme,
   but never had to work with code before. Thanks!
 *  Plugin Contributor [Vagelis](https://wordpress.org/support/users/eboxnet/)
 * (@eboxnet)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/image-size-181/#post-11056992)
 * Hello [@faithandfabric](https://wordpress.org/support/users/faithandfabric/) 
   here is the CSS snippet you need to put into your website to fix your display
   issue
 *     ```
       #woorelatedproducts li.product {
           width: 98%!important;
           text-align: center;
       }
       ```
   
 * From what I see you use a Genesis framework child theme for your website.
    You
   can either add the CSS by using your theme’s panel (if it has one) or you can
   use the WordPress Customizer.
 * The steps you need to take to add the CSS using the customizer are:
 * – Get into your dashboard
    – Head over to Themes -> Customize -> Aditional CSS–
   Paste the CSS snippet and save
 * Hope that helps, if you still having problems please open a new thread.
    Thanks.

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

The topic ‘Image Size’ is closed to new replies.

 * ![](https://ps.w.org/woo-related-products-refresh-on-reload/assets/icon-256x256.
   png?rev=1531812)
 * [Related Products for WooCommerce](https://wordpress.org/plugins/woo-related-products-refresh-on-reload/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-related-products-refresh-on-reload/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-related-products-refresh-on-reload/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-related-products-refresh-on-reload/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-related-products-refresh-on-reload/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Vagelis](https://wordpress.org/support/users/eboxnet/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/image-size-181/#post-11056992)
 * Status: resolved