Home Forums WoodMart support forum off canvas cart filling order Reply To: off canvas cart filling order

#33406

Artem Temos
Keymaster

Hello,

We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

You reverse their order easily putting the following CSS code to the custom CSS area in Theme Settings

.widget_shopping_cart .product_list_widget {
        display: flex;
        flex-direction: column-reverse;
}

.cart-widget-side .widget_shopping_cart .mini_cart_item {
        border-bottom: 1px solid rgba(129,129,129,.2);
}

Kind Regards
Xtemos