How can I achieve full width for my website header?

Can i get full width on my header somehow?

www.portvinsflasken.dk
login: Portvin

Hi @pf2022

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss->paste below code at the bottom of the file:
.site-header .wrapper {
    max-width: 1600px !important;
    width: 100%;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.