Reply 189002 to: Styling RTL cart

Avatar: Rose Tyler
Rose Tyler
Support staff
March 22, 2018 at 13:44

Hello,

Please use this custom css:

.rtl .shopping-cart-widget .widget_shopping_cart_content ul li {
    text-align:  right;
}
.rtl .shopping-cart-widget .widget_shopping_cart_content ul li .delete-btn {
    right: auto !important;
    left:  0;
}
.rtl .shopping-cart-widget .widget_shopping_cart_content ul li .media .product-image {
    float: right !important;
    margin-right:  0;
    margin-left:  10px;
}
.rtl .shopping-cart-widget .widget_shopping_cart_content ul li .media .media-body {
    float:  right;
}
.rtl .product_list_widget a {
    text-align:  right;
}
.rtl .shopping-cart-widget .widget_shopping_cart_content .totals span {
    float:  left !important;
}
.rtl .shopping-cart-widget .widget_shopping_cart_content .totals p {
    float:  right !important;
    margin-right:  0;
    margin-left:  5px;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.