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 Products Widget

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

Hi,

I am using page builder in my home page (Vantage) with a woocommerce products widget, showing the products randomly.

The problem is that the products sometimes appear on a completely random grid format with blank space in between.
ex : https://www.dropbox.com/s/00xwr7cxqdnp2xl/woo.png?dl=0

Could you please help to have them systematically in nice rows by 3 ?

For your information, I had issues displaying horizontally and used this code to solve it :

/* WooCommerce Product Widget */
.entry-content ul.product_list_widget {
list-style: none;
margin-left: 0;
}  
.product_list_widget li {
box-sizing: border-box;
float: left;
margin-bottom: 35px;
padding: 0 5%;
width: 22.3%;
}
.product_list_widget li a span {
display: block;
}
/* WooCommerce Products Widget */
.widget .product_list_widget li {
width: 31% !important;
}

Thanks,
Paul

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Mitsu 10 years, 10 months ago

    Hi there,

    Any idea on how I could fix this problem ?

    I tried adding a 6th product to balance but the random placement still appears.

    Thanks in advance,
    Paul

  2. Andrew Misplon Staff 10 years, 10 months ago

    Hi Paul

    Sorry to hear about the hassle.

    The first step I’d take would be to run Regenerate Thumbnails:

    https://wordpress.org/plugins/regenerate-thumbnails/

    Once that’s done we might need to check out the page. The product titles don’t look they have formatting and they should.

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