CHANGE THE SHOP FROM 4 TO 3 COLUMNS
-
Hi , I really like you theme .. only 1 thing I would like to change ..
I need to change the category and shop page to show the products not in 4 columns but in 3 columns..
how can I do ??
SEE ATTACHED IMAGE
http://www.crava.tobuweb.space/wp-content/uploads/2016/10/3columns.png
Niccolò
Hello,
Thank you so much for purchasing our theme and contacting us.
You are able to select a columns number in Theme Settings -> Shop.

Regards
Hi thank you very much for your reply..
I have another question regarding columns.. what about from mobile view??
in this moment from mobile view I can see 2 columns.. SEE ATTACHED IMAGE .. http://www.crava.tobuweb.space/screenshot_20161019-104047/
is possible to show only 1 column from mobile so that the product images are bigger?
thank you in advance
niccolo
Hi,
You can achieve this by putting the following code snippet to the Custom CSS area for mobile devices in Theme Settings
.products .product-grid-item {
width: 100%;
}
Regards
Thank you for your reply.. but I m not able to add custom css to the theme..
i get this error ..
http://www.crava.tobuweb.space/wp-content/uploads/2016/10/customcssproblem.jpg
How you think I can sort this error ??
best regards
Niccolò
The error comes from Redux Framework plugin. The main reason for that is your website can’t load resources from CDN (from a remote host). We can’t say exactly why it is happening for you. Maybe the remote host was down by the time you tried to do this or maybe it is a problem in your connection speed or server limitations.
As a workaround, you may place your CSS to the style.css file in the child theme. If you don’t have child theme you can find it in a downloaded package from themeforest.
Regards