• Resolved petramuscillo

    (@petramuscillo)


    Hi, how can I put the cart on the top right instead of the bottom left on the page in the phone view.

    Your sincerely,

    PM

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this CSS

    @media only screen and (max-width: 768px) {
    .rpress-mobile-cart-icons {
    top: 10px;
    left: 87%; }
    }
    .rpress-mobile-cart-icons.no-items i {
    top: 0px;
    }

    it works ??

    Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    Hello,

    Glad to know that you have got this. We are closing this as your issue has been fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cart’ is closed to new replies.