Make image with text full width on brooklyn theme

I am wondering if i can make the image with text section on my brooklyn theme wider (around 90%).

This is how it currently is. Only using roughly half the page

1 Like

@Fabian_weldon

Thanks for post

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

thank you so much that worked perfectly

1 Like

@Fabian_weldon

Thanks for your update and support.

1 Like

Hi there,

I am trying to do the same on my website bu this code does not seem to work?

1 Like

@LuxeHardy

oh sorry for that issue can you please send store url so i will check and let you know

Thank you.

https://luxeandhardy.com/

1 Like

@LuxeHardy

thanks for url can you please show me that section i can’t see at home page

@KetanKumar Tried implementing this in my store (https://www.lupicoffee.com/pages/on-te-dit-tout) but am not seeing any visual changes.

Is this code snippet that you provided in your solution still supposed to work?

Thanks in advance for your help!