Title: Menu Cart Hover Problem
Last modified: January 25, 2023

---

# Menu Cart Hover Problem

 *  Resolved [cavalier1096](https://wordpress.org/support/users/cavalier1096/)
 * (@cavalier1096)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/menu-cart-hover-problem/)
 * After activating the OceanWP theme when I hover on the cart icon in the main 
   menu looks like it’s broken.
 * The product photo is stretched, the product name, price and quantity information
   are shown on the photo, not next to the product photo.
 * Please check the link below for your reference:
 * [https://ibb.co/nnD3p5h](https://ibb.co/nnD3p5h)
 * I hope you can give some suggestions to fix it.
 * Thanks in advance

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

 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/menu-cart-hover-problem/#post-16410053)
 * Hello [@cavalier1096](https://wordpress.org/support/users/cavalier1096/),
 * Kindly share a live URL from your issue, and we’ll check it online.
 * Best Regards
 *  Thread Starter [cavalier1096](https://wordpress.org/support/users/cavalier1096/)
 * (@cavalier1096)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/menu-cart-hover-problem/#post-16410131)
 * Hello Shahin,
 * Thank you for your quick reply.
 * You can check it from **[HERE](http://tinyurl.com/mr3efaj5)**.
 * Thanks
 * Best Regards
 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/menu-cart-hover-problem/#post-16413361)
 * Hello [@cavalier1096](https://wordpress.org/support/users/cavalier1096/),
 * There is a conflict in styles with this plugin. Please check the screenshot here:
   [https://i.postimg.cc/7PMBPVfC/image.png](https://i.postimg.cc/7PMBPVfC/image.png).
   Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:
 *     ```
       .woocommerce ul.product_list_widget li img {
           float: unset !important;
           display: block !important;
           min-width: 80px !important;
           height: 80px !important;
           margin-left: unset !important;
           position: relative !important;
       }
   
       .woocommerce ul.product_list_widget .wpr-mini-cart-image {
           display: inline-block;
           float: left;
       }
       ```
   
 * Please read this link for more information about the CSS/JS code on the customizer:
   [https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website](https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website).
 * Result: [https://i.postimg.cc/zBmrNj3t/image.png](https://i.postimg.cc/zBmrNj3t/image.png).
 * **Note:** if you have any cache plugin or server cache(CDN / Browser Cache and
   Cookies and …), you need to clear its cache contents or disable them to see your
   changes. Also, remember to click on the regenerate all assets file and data in
   Elementor > Tools(if you have Elementor).
 * I hope that helps.
    Best Regards
 *  Thread Starter [cavalier1096](https://wordpress.org/support/users/cavalier1096/)
 * (@cavalier1096)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/menu-cart-hover-problem/#post-16413803)
 * Hello Shahin,
 * It’s fixed!
 * Thank you very much for your quick help!
 * I wish you a great day!
 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/menu-cart-hover-problem/#post-16414380)
 * Hi Again,
 * You’re very welcome.
    Glad I could help.
 * Have a wonderful day,
    Best Regards

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

The topic ‘Menu Cart Hover Problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.5/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

## Tags

 * [cart icon](https://wordpress.org/support/topic-tag/cart-icon/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [main menu](https://wordpress.org/support/topic-tag/main-menu/)

 * 5 replies
 * 2 participants
 * Last reply from: [Shahin](https://wordpress.org/support/users/skalanter/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/menu-cart-hover-problem/#post-16414380)
 * Status: resolved