Hello,
Help me! My shop displays 3 columns of products. I want that my shop display 4 columns.
URL: http://informeinsolito.com/productos
Thak You!
Hello rcallejonvillalobos,
If you want to have your products on 4 columns, you have to set them from panel, like this -> http://screencast.com/t/kGIfxusN3Mix and also, you have to have a category for this products, like this -> http://screencast.com/t/WUA1OlXgbwa
Hope this helps!
Thank you for the message!
I can not changethis problem đ
I want that my shop display in this way:

-
This reply was modified 10 years by
rcallejonvillalobos.
Hello rcallejonvillalobos,
You have to create a new page for your shop section like this -> http://screencast.com/t/owpjCDT9a4 and then you can customize it as you wish. For more information about this implementation, please consult the documentation about this plugin here -> https://docs.woothemes.com/ Please notice that is not theme related, it is just a plugin and we cannot provide support for plugins, but only for our theme.
Thank you for your understanding!
Ok! Sorry,only could you tell me how to change the size of the products?
Hello rcallejonvillalobos,
For an accurate CSS code, I need your website so I can inspect it closer your product page. Below, I gave you an example for our demo product…If you want to change the size of the product, you should increase the width for each product.
The code is ->
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
width: 35%;
}
The result -> http://screencast.com/t/xMKyvzeZkrT -> http://screencast.com/t/urquBSmxa
You have to try to implement in the same way as I have presented you above.
Hope this helps!
Thank you for the message!
