Hi I’m new here
I’m unfortunately stock in my shopify project, since I can’t figure out how to make the text in the image banner wider. I have seen a lot of different solutions but non them seem to work for me.
I’m working in Dawn theme and the screenshot you see below are in the mobile. The picture with the pointers are the image banner and below can you see that I was able to make the coulomb’s as wide as the screen. Please help me here 
I have tried following suggestions, but unfortunately non of them seems to work for me. So what have I done wrongly?
Thanks
Eddie
@EddieA_1
Yes, your CSS code is correct. Please share your store URL & the screenshot of what you want!
Thanks!
Hi
Great. Thanks a lot my URL are https://madivina.dk/ . I would like all the image banner text to stretch out as wide as possible, such the text sees more clean to read and not in two lines when reading it from a mobile device. Hope it make sense but yep, you can check out the webpage and see if for yourself 
/Eddie
@EddieA_1
Please add the following CSS code to your assets/base.css bottom of the file.
@media screen and (max-width: 749px){
.banner__box {padding: 0rem !important;}
.banner__heading {font-size: 2rem !important;}
.banner__text.rte.subtitle {font-size: 1.3rem !important;}
}
Thanks!
Great. That was awesome. Thanks a lot 