function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

Norway by campervan: how to get to the Lofoten Islands with a van

Lofoten is group of small islands in the North of Norway, above the Arctic Circle. Amongst many other things, this is one of the best places to go if you want to see the Northern Lights โ€“ that was all I needed to know.

Get to Lofoten by campervan in two steps:

  1. Keep driving north through Norway, beyond the Arctic Circle. Drive carefully through the snow (as you’ll see below)
  2. Get a ferry to the islands โ€“ Iโ€™ll show you the options below

Lofoten is a group of islands in the North of Norway. Hereโ€ฆ

We drove far north, through Norway

Snow started to appear on the ground around us

We crossed the Arctic Circle and nearly turned back becauseโ€ฆ I was totally unprepared for this:

We got to Bodรธ and took the ferry to Moskenes (Lofoten)

And watched as the distant Lofoten Islands came into view

Here are the ferry routes to Lofoten

Ferries can be booked here: http://booking.torghatten-nord.no/ โ€“ in English and Norwegian. Here are the options:

  1. Bodรธ to Moskenes (mentioned above). This is what Iโ€™d recommend as a good starting point to explore Lofoten. Itโ€™s takes the least amount of driving making it the easiest option. We paid 1113NOK (about ยฃ100).
  2. Stutvik to Svolvรฆr.ย This lands you in a good central place if youโ€™re not so sure exactly where you want to visit in Lofoten. It’s also cheaper but this ferry only operates in the summer.
  3. Bognes to Lรธingen. Probably only a good option if youโ€™re already near Bognes. Lofoten is still another hours drive west from Lรธingen.

I really wasnโ€™t sure how possible it was to get the van all the way up to the Lofoten Islands, especially in Autumn (mid October). And especially with summer tyres (two of which needed replacing). But we did it. Itโ€™s possible. This old van is amazing.

I’m glad we didn’t turn back at the sight of all the snow. I had images of getting ‘stuck’ in the Arctic Circle and having to get towed back south. Has that ever happened?

Although, Norway isn’t like the UK when it comes to snow. Roads get cleared here and everything runs as normal. So what I’d say is, don’t let the snow scare you. It’s fine. But it is worth making sure your tyres have enough tread on them before getting to Norway.

Also see this post: Lofoten by Campervan: Watching the Northern Lights on Haukland Beach

Comment below
Subscribe
Notify of
guest
14 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments