Home>Support>WooCommerce Cart widget

WooCommerce Cart widget

Hi
Using Vantage Premium and the woocommerce cart widget displayed in the sidebar displays in a disjointed way when there is a product in the cart – as if the window was reduced even when in full screen.

Can you help?

URL: https://luvbaby.com.au/product/love-to-swaddle-up/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Apologies for the hassles here. I think let’s try get Vantage out the way here and let WooCommerce handle this styling. Please try the following under Appearance > Custom CSS:

    /* WooCommerce Widgets */
    
    .widget .product_list_widget {
      margin: initial;
      list-style: initial;
      margin-right: initial;
      zoom: initial;
    }
    .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;
    }
    .widget .product_list_widget li img {
      width: initial;
      height: initial;
    }
    .widget .product_list_widget li a {
      text-decoration: initial;
      color: initial;
      font-weight: initial;
      line-height: initial;
    }
    .widget .product_list_widget li span.amount {
      display: initial;
    }
    
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More