Sounds like you need to tweak your CSS. If you post a link to the page here I can help point you in the right direction…
I have a similar problem. Any more than 2 items per row show each item on its own instead, and regardless of what setting I use, all the products show up underneath the category sidebar.
http://expoeventosparaguay.com/expositores/
This is the page in question.
PS: Thanks for the awesome plugin!
@marcosidillicah
Because you’re using a sidebar you need to decrease the width of your col-2 like so:
#wpc-col-2 { width: 615px !important; }
This will bring your col-2 (the product thumbs) up to the right of the left menu instead of underneath it…
Then if you want to have 3 thumbs across instead of just the current 2 you can play around with the thumbnail size in the WP Catalogue settings. If you make them a bit smaller than current you will find you can fit more on each line.
Does that help?
PS If you like the WP Catalogue it is really helpful if you can give a rating/review here. Thanks
Thank you! It was a bit hard to find where to put the code, haha… but just before the end of the index.php worked great.
Thanks a bunch!
The correct place for this code is in your theme CSS.