• Resolved loveyourtribe

    (@loveyourtribe)


    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 css call?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • 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.