Title: Variable cart position
Last modified: November 12, 2018

---

# Variable cart position

 *  Resolved [loveyourtribe](https://wordpress.org/support/users/loveyourtribe/)
 * (@loveyourtribe)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/variable-cart-position/)
 * Is it possible to have the cart in different locations depending on whether the
   website is viewed on a desktop or mobile phone?
 * I would like the cart to be in the top right header for a desktop and the bottom
   right for a mobile device.
 * Can this be achieved with a setting or with an [@media](https://wordpress.org/support/users/media/)
   css call?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fvariable-cart-position%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [xootixsupport](https://wordpress.org/support/users/xootixsupport/)
 * (@xootixsupport)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/variable-cart-position/#post-10871034)
 * Set the position “Top” from the settings & place this CSS code
 *     ```
       @media only screen and (max-width: 650px) {
        .xoo-wsc-basket {
        bottom: 10px;
        top: auto;
        }
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Variable cart 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [xootixsupport](https://wordpress.org/support/users/xootixsupport/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/variable-cart-position/#post-10871034)
 * Status: resolved