How to adjust blog width on Brooklyn theme?

Topic summary

A user is attempting to make their blog display at full width instead of the current narrow layout on the Brooklyn theme. They’ve tried previously suggested code solutions from other discussions without success.

A proposed solution involves adding custom CSS to the theme.scss.css file:

  • Target the .template-article .main-content .content-wrapper selector
  • Set max-width: 100%

The discussion remains open as the original poster hasn’t confirmed whether this CSS modification resolved the width issue.

Summarized with AI on November 14. AI used: claude-sonnet-4-5-20250929.

I’m trying to get the blog width to be full, and not so narrow. I’ve reviewed the discussion thread and the suggested code suggestions don’t appear to be working.

Any help is appreciated.

https://woofaddict.com/blogs/news/how-to-travel-with-your-dog-5-ways-to-better-the-journey

Greg

@Gcarter please add this css to the very end of your theme.scss.css file and check

.template-article .main-content .wrapper{max-width: 100%;}