Title: Wrong Position Product Image
Last modified: May 16, 2022

---

# Wrong Position Product Image

 *  Resolved [sucedo](https://wordpress.org/support/users/sucedo/)
 * (@sucedo)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/wrong-position-product-image/)
 * Hi there,
 * I have a problem using the zoom plugin on a site made with divi. There is a picture
   placed on a “wrong” position on top of the product page: [https://laetitiablu.de/produkt/shirt-dress/](https://laetitiablu.de/produkt/shirt-dress/)
 * Thx in advance!
    Jessica
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwrong-position-product-image%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Juan Coronel](https://wordpress.org/support/users/juaancmendez/)
 * (@juaancmendez)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/wrong-position-product-image/#post-15653279)
 * Hello Jessica,
    hope you’re doing well!
 * We have reviewed our plugin with the Divi theme and we do not have that display
   problem. Anyway, add this CSS in **Appearance > Customize > Additional CSS**:
 *     ```
       #main-content #et-boc .clearfix {
           display: none !important;
       }
       ```
   
 * Try it out and tell us if it works well for you, please.
 * We will be attentive to your response.
 * Have a nice day!
 *  Thread Starter [sucedo](https://wordpress.org/support/users/sucedo/)
 * (@sucedo)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/wrong-position-product-image/#post-15654175)
 * Hi,
 * thanks for the code – this works well.
    Only the product gallery is not shown
   correctly. Perhaps you can have one more look?
 * Thanks in advance!
 *  Thread Starter [sucedo](https://wordpress.org/support/users/sucedo/)
 * (@sucedo)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/wrong-position-product-image/#post-15660981)
 * Can you tell me what to do regarding the product gallery?
 * Thx!
 *  [Juan Coronel](https://wordpress.org/support/users/juaancmendez/)
 * (@juaancmendez)
 * [4 years ago](https://wordpress.org/support/topic/wrong-position-product-image/#post-15664119)
 * Hello there,
    sorry for the delay!
 * In order to fix the display issue, add this CSS too:
 *     ```
       ul.yith_magnifier_gallery {
         padding: inherit !important;
       }
       ```
   
 * Try it out and tell me any news, please.
 * Have a nice day!
 *  Thread Starter [sucedo](https://wordpress.org/support/users/sucedo/)
 * (@sucedo)
 * [4 years ago](https://wordpress.org/support/topic/wrong-position-product-image/#post-15664159)
 * Hi, this seems to work! Thx!
    Only thing is that the pictures are really blurry
   but Inthink thats an woo or theme issue I have to correct?
 *  [Juan Coronel](https://wordpress.org/support/users/juaancmendez/)
 * (@juaancmendez)
 * [4 years ago](https://wordpress.org/support/topic/wrong-position-product-image/#post-15674132)
 * Hi Jessica 🙂
 * What resolution do you have the images in? At the moment we can’t see the carousel
   images on your page, since it seems that you have deactivated it. Anyway, try
   adding this code to your active theme’s **functions.php** file:
 *     ```
       if ( ! function_exists( 'single_product_small_thumbnail_size_custom' ) ) {
            function single_product_small_thumbnail_size_custom() {
                 return 'woocommerce_thumbnail';
            }  
            add_filter( 'single_product_small_thumbnail_size', 'single_product_small_thumbnail_size_custom' );
       }
       ```
   
 * If ‘woocommerce_thumbnail’ doesn’t work, try ‘woocommerce_single’ or ‘woocommerce_gallery_thumbnail’.
 * Let us know any news, please.
 * Best regards.
 *  Thread Starter [sucedo](https://wordpress.org/support/users/sucedo/)
 * (@sucedo)
 * [4 years ago](https://wordpress.org/support/topic/wrong-position-product-image/#post-15674437)
 * I have an other soultion with a differnet plugin now. Thx for your time!

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

The topic ‘Wrong Position Product Image’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-zoom-magnifier/assets/icon.svg?rev=3055439)
 * [YITH WooCommerce Product Gallery & Image Zoom](https://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-zoom-magnifier/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-zoom-magnifier/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-zoom-magnifier/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-zoom-magnifier/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [sucedo](https://wordpress.org/support/users/sucedo/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/wrong-position-product-image/#post-15674437)
 * Status: resolved