Title: Hide at screen width?
Last modified: March 1, 2019

---

# Hide at screen width?

 *  Resolved [Florence](https://wordpress.org/support/users/floortjahh/)
 * (@floortjahh)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/hide-at-screen-width/)
 * FINALLY! A plugin that JUST works! Thank you!
 * I have just one question. This plugin might be the perfect solution to my problem.
   I would like it to be only visible on mobile, as that is when my burger menu 
   hides the cart in the menu.
 * It should be possible with CSS, no?
 * I would love to have it visible on all screens, but unfortunately I have a chat
   function on my website that gets in the way. Thanks again!
    -  This topic was modified 7 years, 3 months ago by [Florence](https://wordpress.org/support/users/floortjahh/).

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

 *  [xootixsupport](https://wordpress.org/support/users/xootixsupport/)
 * (@xootixsupport)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/hide-at-screen-width/#post-11263415)
 * Hello [@floortjahh](https://wordpress.org/support/users/floortjahh/)
 * Do you want to only hide the basket or the whole side cart?
    I am mentioning 
   both the solutions , kindly read the comments.
 *     ```
       /* For devices less than 600px , change max to min for greater than 600px */
       @media only screen and (max-width: 600px) {
         /* hides basket */
         .xoo-wsc-basket {
           display: none!important;
         }
   
          /*Hides side cart*/
          .xoo-wsc-container , .xoo-wsc-opac{
               display: none!important;
           }
       }
       ```
   
    -  This reply was modified 7 years, 3 months ago by [xootixsupport](https://wordpress.org/support/users/xootixsupport/).
 *  Thread Starter [Florence](https://wordpress.org/support/users/floortjahh/)
 * (@floortjahh)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/hide-at-screen-width/#post-11263420)
 * Thank you, this is awesome! 🙂 I’ll try it right away.
 *  [xootixsupport](https://wordpress.org/support/users/xootixsupport/)
 * (@xootixsupport)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/hide-at-screen-width/#post-11263458)
 * You also need to add class “xoo-wsc-opac” , I’ve updated it.
    Kindly check again.
 *  Thread Starter [Florence](https://wordpress.org/support/users/floortjahh/)
 * (@floortjahh)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/hide-at-screen-width/#post-11263492)
 * Hi thanks, it works perfectly, but the effect is the wrong way around. I want
   to hide the side cart and the basket on larger screens, but show them on smaller
   screens. That way it will account for the hidden cart in the burger menu on mobile.
 *  [xootixsupport](https://wordpress.org/support/users/xootixsupport/)
 * (@xootixsupport)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/hide-at-screen-width/#post-11263513)
 * You missed the comment
    /* For devices less than 600px , change max to min for
   greater than 600px */ change max-width to min-width
 *  Thread Starter [Florence](https://wordpress.org/support/users/floortjahh/)
 * (@floortjahh)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/hide-at-screen-width/#post-11263588)
 * Oops! I need some coffee, thanks again. Can’t wait to use your plugin!

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

The topic ‘Hide at screen width?’ is closed to new replies.

 * ![](https://ps.w.org/side-cart-woocommerce/assets/icon-256x256.gif?rev=3217170)
 * [Side Cart Woocommerce | Woocommerce Cart](https://wordpress.org/plugins/side-cart-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/side-cart-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/side-cart-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/side-cart-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/side-cart-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/side-cart-woocommerce/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Florence](https://wordpress.org/support/users/floortjahh/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/hide-at-screen-width/#post-11263588)
 * Status: resolved