How can I adjust header width to match the front page on my website?

Hey gurus

On our site https://aabn.io our header on the frontpage has what looks like 50% width.

But on all our subpages (E.g.: https://aabn.io/pages/skolen) the header is 100% width. Can any of you give a suggestion on how to fix this and match the frontpage? :-))

Thank you!

Best regards

Valdemar

Hello, @valdemarost

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.template-page .page-width {
    max-width: 980px;
}

Thanks @KetanKumar - worked like a charm! Answer accepted as solution.

@valdemarost

Thanks for update and your support.