How can I make the product grid wider on the collection pages only? so not when viewing a single item or any other part of the website. This is regarding the desktop view.
I increased the max page width in the css but that changes the entire website, rather than just the collections page. Would prefer if it’s just some code I can add in the theme editor for the collection page if possible.
In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above
Hello! Thank you so much for your help, this worked, although I wanted more padding on each side which I added in the code.
While I was happy with the size of the images, I was hoping the filter and page heading would be aligned with the images too. Removing the padding for the filter worked, but I wan’t sure what to do about the title. Would that be possible? Thank you again.