Can RECENTLY VIEWED PRODUCTS widgets be displayed in 2 column
-
Hello, is it possible to display the recently viewed product in 2 columns so that if i set it to 4, then it will display 2 row of 2 columns.
Thank you
Joie
Hello,
Please provide page URL where I can see them. I will check and try to provide custom CSS.
Best Regards
Hello
Footer can be seen from the home page
https://tokoplastik.co.id
Thankyou
Hello,
Please clarify https://prnt.sc/s9dseu
Best Regards
Hello, i was using Recently Viewed product widgets. So in order for it to display, i have to click several products.
https://tokoplastik.co.id
For desktop is on :
https://snipboard.io/tzeIO2.jpg
For mobile is on :
https://snipboard.io/5WgAfo.jpg
How to make it fit 2 columns in both desktop and mobile.
For mobile, smaller size if possible.
Thank you
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