Hello, Salmi,
Change right to left and left to right here – https://prnt.sc/Y8AePQW1Tw7i and change
header .product_list_widget .quantity-wrapper.clearfix {flex-direction: row;background-color: white !important;}
to
header .product_list_widget .quantity-wrapper.clearfix {
flex-direction: row;
background-color: white !important;
display: flex;
}
You will get – https://prnt.sc/a-WpMwF2zOEC
Kind Regards,
8theme team