...
Placing the widget in the top right corner CSS
By default cart widget is placed in the top right corner.
With this CSS we can achieve that the cart widget is placed in the top bottom right corner. It should be noted though that the values in the pixel values in the stylesheet are hard coded, so one should proceed with caution.
Code Block | ||
---|---|---|
| ||
.affilicon-cart-widget .cd-cart-trigger-button { bottom: 20px; top: 20pxauto; } |