I've been trying for a couple of hours now to figure out how to change the default 3 column display of the product gallery images to 5 columns. Any ideas?
We have no idea where you get it but above function does not look good. Also please notice that we do not offer any files modifications so all changes inside files must be done by yourself and at your own risk.
Comments
we got only 3 and 4 columns for shop page and you can change this layout under Theme options > Blog, Portfolio & Shop > Shop section.
Thanks!
You see there are a lot of colour options displayed. I want to make them display in 5 columns instead of 3 to reduce whitespace
// Change columns in product loop to 3
function loop\_columns() {
return 5;
}
Thanks for understanding!