Home › Forums › WoodMart support forum › Autoscroll down on open cart widget › Reply To: Autoscroll down on open cart widget
December 3, 2020 at 9:38 am
#247239
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.widget_shopping_cart .product_list_widget {
display: flex;
flex-direction: column-reverse;
}
.widget_shopping_cart .product_list_widget>li:last-child {
border-bottom: 1px solid rgba(129,129,129,.2);
}
.widget_shopping_cart .product_list_widget>li:first-child {
border-bottom: none;
}
New products would go to the top.
Best Regards