Can i get full width on my header somehow?
www.portvinsflasken.dk
login: Portvin
Hi @pf2022
You can follow the instruction below:
.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.