DavidCliff Posted July 15 Share Posted July 15 Anyone know how to make the product collection in the store the same width as the site? Right now, my site is set to 1200px width. Styling options on the product collection only permit 'full width' (too wide) and 'inset' (too narrow). URL here: https://patiobright.squarespace.com/shop password "a" Link to comment
Solution DavidCliff Posted July 15 Author Solution Share Posted July 15 Figured it out. I was trying to remove padding on the containers, but this broke when browser width goes under 1200px. Applying this code to the flex wrapper works: .products-flex-container{ max-width: 1200px; margin: 0 auto; } It's a strange problem to have to fix - I'm not sure why you would want your shop collection to be wider or narrower than the rest of the site. It would be so much better if it defaulted to the same width as the site. Anyway, easily fixed. tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment