Dawn theme blurry banner image, think it must be something in the code

Hi, I’ve read through the Shopify help guide for the Dawn theme, looked through discussion topics here, changed my aspects and file sizes 100 times and spent the entire afternoon trying to make my banner image not blurry.

I keep coming across posts on here where someone comments a code to paste..somewhere. I think this has to be the solution. I don’t know anything about code, can someone help me with this like I am 8? I’m at my wits end.

here is my site https://ironoxidedesigns.com/

Hi @IronOxide ,

Your banner is 1200x600 but your screen is larger than 1200px. You can add larger banner image or set width of your banner is 1200px in Online store > Themes > click on 3 dots button > Edit code > base.css and add this code at the bottom

.banner--adapt { max-width: 1200px; margin: 0 auto; }