How to reduce the margin in the collection page - brooklyn theme

Topic summary

A user seeks help reducing side margins on their collection page using the Brooklyn theme.

Issue Identified:

  • The site’s wrapper has a max-width of 1050px
  • Reducing collection page margins alone would create inconsistency across the site

Solution Provided:

  • Increase the wrapper max-width to 1280px for the entire site
  • Add CSS code to the bottom of assets/timber.scss.css file:
.wrapper {
  max-width: 1280px;
}

Outcome:

  • Solution successfully implemented and confirmed working by the original poster
Summarized with AI on November 25. AI used: claude-sonnet-4-5-20250929.

Hi, Can any of the experts please help me with reducing the margin in the collection page on either sides in brooklyn theme.

Thanks in advance.

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Hi Thanks,

Please find the URL: https://jasdrape.com/

Pass: ebahba

Hi,

In this issue your wrapper size is max-width:1050px .

If you reducing the margin in the collection page please give max-width: 1280px.

so, your entire site should be large.

Thank you.

Hi, where do i do the change?

Please add below css code in bottom of assets/timber.scss.css file

.wrapper {
max-width: 1280px;

}
Thank you.

Thank you!! its working

1 Like