• Resolved vallesierra7

    (@vallesierra7)


    I have the cart configured at the bottom right, it happens that on mobile the cart does not have an optimal position, I would like to place the cart completely to the right, how could this be achieved? What CSS code to add? Thank you very much in advance for your great help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Addonify

    (@addonify)

    Hi @vallesierra7

    @media (max-width: 576px) {
         #adfy__woofc-trigger {
             right: 0;
         }
    }

    Please add the CSS code above inside the Custom CSS field in the plugin’s setting to place the cart icon completely to the right of the screen on the mobile.

    Let me know if you need further assistance.

    Best regards.

    Thread Starter vallesierra7

    (@vallesierra7)

    Perfect, it worked excellent, thank you very much.

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