Title: Basket position
Last modified: November 27, 2018

---

# Basket position

 *  Resolved [orderbot](https://wordpress.org/support/users/orderbot/)
 * (@orderbot)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/basket-position/)
 * Hello,
 * How would it be possible to change Basket position? Currently it’s Top fixed,
   but on mobile version it’s hide top menu… Is it possible to set-up it to be a
   bit below menu? Or Make it fixed at middle?

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

 *  [xootixsupport](https://wordpress.org/support/users/xootixsupport/)
 * (@xootixsupport)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/basket-position/#post-10924424)
 * Hi ,
 * Use this CSS
 *     ```
       @media only screen and (max-width: 750px) {
           .xoo-wsc-basket{
            bottom: 10px;
            top: auto;
           }
       }
       ```
   
 *  Thread Starter [orderbot](https://wordpress.org/support/users/orderbot/)
 * (@orderbot)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/basket-position/#post-10925070)
 * Hi,
 * Thanks, but after this CSS on mobile version cart icon go on bottom fixed position…
   Maybe you have CSS to make it at middle? That probably would be best solution,
   if that possible.
 * Thank you!
 *  [xootixsupport](https://wordpress.org/support/users/xootixsupport/)
 * (@xootixsupport)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/basket-position/#post-10926814)
 * Make it 50%
 *     ```
       @media only screen and (max-width: 750px) {
           .xoo-wsc-basket{
            bottom: 50%;
            top: auto;
           }
       }
       ```
   
 *  Thread Starter [orderbot](https://wordpress.org/support/users/orderbot/)
 * (@orderbot)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/basket-position/#post-10928997)
 * Hi,
 * Thanks, it’s perfectly works for mobile devices. I wonder is any possibility 
   to set up same middle positions for all devices as well?
 *  [xootixsupport](https://wordpress.org/support/users/xootixsupport/)
 * (@xootixsupport)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/basket-position/#post-10929203)
 * Hi,
 * Remove media query
 *     ```
       .xoo-wsc-basket{
            bottom: 50%;
            top: auto;
           }
       ```
   

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

The topic ‘Basket position’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [xootixsupport](https://wordpress.org/support/users/xootixsupport/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/basket-position/#post-10929203)
 * Status: resolved