Have tried my best to figure this out. Tried the snippet to change the number of products on a row (functions.php edit). It seems that this is also related to css settings
.woocommerce-columns-5 ul.products li.product
I want to have no sidebar on the shop page, and I want about 5 or 6 products in a row, with larger gutters (space in between, so right-margin increased). I don't want to increase the size of the images, which is what the width attribute does.
I'm not having much success going back and forth (changing the # products on a row with the php snippet, and then trying to edit the css for this element).
To be blunt, I think the WooCommerce shop page is ugly and I want to change it. Smaller images, no categories, no add-to-cart from there, more products per line and way more than 6 per page (less pagination). Has anyone done this mod and can share the edits with me please? I've spent days on trying to figure this out. Yes, I used firebug but it's not helping me solve the problem.