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
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Great!
1 Like
can you try this code
- Go to Online Store->Theme->Edit code
- 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
its my pleasure to help us