Title: Cart Icon Shortcode
Last modified: February 28, 2018

---

# Cart Icon Shortcode

 *  Resolved [pl.xrisa](https://wordpress.org/support/users/xrisa30/)
 * (@xrisa30)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/cart-icon-shortcode/)
 * Hi,
 * I have a custom header and I have put the cart icon shortcode.
 * When a user add products, he can see the products in the cart, but when he add
   4-5 or more products, he can see all the products, the one below the other.
 * As result, when you hover on the cart, it open a very long box with the products.
 * Is it possible to show only two or three products and after scroll to see the
   others in the box?
 * I tried to give (max-height and overflow:auto), but doesn’t work.
 * Thank you.

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

 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/cart-icon-shortcode/#post-10023637)
 * Hello, try this css code:
 *     ```
       .current-shop-items-dropdown ul.woocommerce-mini-cart {
           max-height: 204px;
           overflow-y: auto;
       }
       ```
   
 *  Thread Starter [pl.xrisa](https://wordpress.org/support/users/xrisa30/)
 * (@xrisa30)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/cart-icon-shortcode/#post-10024464)
 * Wow…
    It works…
 * Thank you!
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/cart-icon-shortcode/#post-10027663)
 * You’re welcome 🙂

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

The topic ‘Cart Icon Shortcode’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/cart-icon-shortcode/#post-10027663)
 * Status: resolved