Can I change the width of a specific section on my store? Theme: Dawn

Hi, I like the width of my sections but there is one specific add-img-with-text section that I would like the background to expand to the very edge of the page. This section:

Is there a way to change the width to the full size of the page for this section only?

My store Url is:

https://sharpenedpride.myshopify.com/

Password: urteiy

Hi @jrodgers29 ,

You can do that by going Online store > Themes > Dawn > Actions > Edit code > Assets > base.css and add this code at the bottom.

#shopify-section-template--15236950982863__1663547759fd138374 .image-with-text {
max-width: 100% !important;
}

Thanks, there is still padding on the edge though.

Please update the code like this

#shopify-section-template--15236950982863__1663547759fd138374 .image-with-text {
max-width: 100% !important;
padding: 0px !important;
}

Thanks so much! you were so fast! Amazing!

Hi,

I have tried this method, but it still won’t work.

I have changed the id with mine but it won’t work.

Do you mind helping me?

This is my website: https://licaj.com/

Password: backdoor123