How can I turn my Crave theme header into an image?

I want to make the below pictured sticky header an image.

mylittleroses.com.au

password peukop

Sure, what theme are you using?

Got the image to show up with below code in header.liquid

{%- style -%}
.header {
padding-top: {{ section.settings.padding_top | times: 0.5 | round: 0 }}px;
padding-bottom: {{ section.settings.padding_bottom | times: 0.5 | round: 0 }}px;
background-color: transparent;
background-image: url(‘https://cdn.shopify.com/s/files/1/0617/5162/3831/files/Headerbackground.png?v=1660805945’);
background-repeat: no-repeat;
background-width: cover;

However it’s not filling the whole header and it’s only using a tiny portion of the image for some reason. Any help there would be amazing.

Site link, password and theme are all in original post if you wanna check the code :slightly_smiling_face: