This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

WooCommerce Cart widget

11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 16 days ago

    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.

Have a different question or issue?

Start New Thread