Title: View cart styling
Last modified: June 22, 2021

---

# View cart styling

 *  Resolved [waldis84](https://wordpress.org/support/users/waldis84/)
 * (@waldis84)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/view-cart-styling/)
 * Hi,
 * After I add a product to cart the View cart notice is suddenly way bigger than
   it needs to be. Where can I edit the styling for this item?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fview-cart-styling%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/view-cart-styling/#post-14584671)
 * Hello [@waldis84](https://wordpress.org/support/users/waldis84/),
 * Put the CSS below in Customizing Environment > Custom CSS/JS on the “CSS code”
   section: [https://i.postimg.cc/d04Tq0g8/image.png](https://i.postimg.cc/d04Tq0g8/image.png).
 *     ```
       .single-product .woocommerce-message a {
           min-height: auto;
           line-height: 1.4;
       }
   
       .single-product .woocommerce-message {
           line-height: 2;
       }
       ```
   
 *  Thread Starter [waldis84](https://wordpress.org/support/users/waldis84/)
 * (@waldis84)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/view-cart-styling/#post-14586727)
 * Thanks!
    This solved the issue.
 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/view-cart-styling/#post-14588737)
 * I’m glad it’s fixed.
    You’re welcome.

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

The topic ‘View cart styling’ 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: [Shahin](https://wordpress.org/support/users/skalanter/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/view-cart-styling/#post-14588737)
 * Status: resolved