Home › Forums › WoodMart support forum › Can RECENTLY VIEWED PRODUCTS widgets be displayed in 2 column › Reply To: Can RECENTLY VIEWED PRODUCTS widgets be displayed in 2 column
May 2, 2020 at 8:41 am
#191696
Elise Noromit
Member
Hello,
HTML structure does not allow to do that. I can make in the way like this: https://prnt.sc/s9l77p
Here is the code:
#woocommerce_recently_viewed_products-2 .product_list_widget>li {
display: inline-block;
}
Best Regards