How can I adjust content width in the Brooklyn theme?

Hello! I’m using the Brooklyn theme but I really don’t like how much empty space the “image with text” section has.

My two preferred options would be making the section occupy 100% of page width (text 50% image 50%), like in this screenshot:

Or option number 2 which would be having two images occupy half the width each like in the Cuber theme

Is there any way to achieve any of these two results without changing themes?

1 Like

Hello, @TL-Garcia

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

1 Like

Hi! Here is the link to the store. The images I’d like to change are the ones under the carousel.

@TL-Garcia

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
#shopify-section-1494860348200 .wrapper, #shopify-section-1494894035034 .wrapper {max-width: 100%;}