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].
Is it normal the way the cart widget is displyed?
I see from firebug that it takes most of the styles from vantage-style.css.
Hi zeitan
Please send through a link to your site. I’ll take a look at that ASAP.
My site isn’t online, I’m still working in local. If you need something else please tell me and I’ll attach it here.
Sorry, these do need a look. I’ve got it logged on our side. For now, please try the following under Appearance > Custom CSS. Let me know if it causes any other issues:
/* The WooCommerce Widgets */ .widget .product_list_widget { margin: initial; list-style: initial; margin-right: initial; zoom: 1; } .widget .product_list_widget:before { content: initial; display: initial; } .widget .product_list_widget:after { content: initial; display: initial; clear: initial; } .widget .product_list_widget li { -ms-box-sizing: initial; -moz-box-sizing: initial; -webkit-box-sizing: initial; box-sizing: initial; margin-left: initial; width: initial; padding-right: initial; float: initial; text-align: initial; margin-bottom: initial; }I’ll try to put it online as soon as possibile.
I’ve insered your code and modified the image dimensions and now it fits well. Thanks!
Super, glad we could help there.