Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello. in my test site i would like that woocommerce_poroduct_widget layout was the same of page shop.
For example:
I’d like the style of photo in http://giovagnolitest.altervista.org/shop/ was the same in http://giovagnolitest.altervista.org/ with the same function.
In home page ther is the woocommerce_poroduct_widget.
Thanks and sorry for english
Hi Francesco
Thanks for your feedback, I’ve made a note of it on our side.
The following inserted under Appearance > Custom CSS might help:
.widget .product_list_widget li { -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: 0; width: 22.05%; padding: 0; float: left; text-align: center; margin: 0 2.9% 2.992em 0; } .widget .product_list_widget li img { width: 100%; height: auto; display: block; margin: 0 0 8px; }thanks it works.
Is there a way to add in widget balboon (for example for product discounted like in shop page).
Very thanks….
Glad that helped.
Extra data like a product discount notification would be the realm of the widget functionality so I’m unsure whether that’s possible. Sorry I can’t offer more here. It might be worth clarifying the widget’s functionality on the WooCommerce forums.