How can I adjust the Broadcast theme HTML to full page width?

How do I make the broadcast theme custom html section full page width. I’ve tried a couple solutions for other themes but it didn’t work.

1 Like

@ThomasReevesCo

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Great!

https://thomasreevesco.com

1 Like

@ThomasReevesCo

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.Foundation__Inner-sc-11tbro4-1.dRlDSv {
    max-width: 100% !important;
}
body {
    overflow-x: hidden;
}
1 Like

This worked. Thank you @KetanKumar !

1 Like

@ThomasReevesCo

its my pleasure to help us