When clicking on a category it will only show 2 products per row even though I have set it to 4 in the Configuration. .. VM3.0.9 newest version and Joomla 3.4.3
Setting is in VM Config/Shopfront Settings for default, and then is set in each individual category. But these settings are often overridden/ignored in commercial Joomla/VM templates
I have set both to 4 per page and still nothing.
http://vanessa.dangre.com/listings/for-sale/engines/industrial.html (http://vanessa.dangre.com/listings/for-sale/engines/industrial.html)
screwy in your template
make the rule !important
http://vanessa.dangre.com/templates/design_control/css/thirdparty.css line 500
.vm-col-4, .width25 {
width: 23% !important;
}
That did it. Thank you so much!