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);
});

VIDEO: Can I leave the UK? How to escape the island by campervan

How easy is it to leave the UK right now by campervan?

I couldn’t seem to get any consistent answers or information despite my research. Despite my phone calls with the Dutch, German, British and Swedish embassy. And the ferry operators.

Sometimes the only way to find an answer is see for yourself, and that’s what this video is about.

In this video you’ll get a glimpse of how I left the UK in my van, to travel to Sweden. Along the way I try to make sense of all the post-pandemic and post-Brexit restrictions; conflicting, confusing and seemingly illogical information and regulations.

What’s your experience with this post pandemic stuff? are you still waiting/hoping to travel? or maybe you’re travelling now? Share your thoughts, feelings, questions in the comments.

And stay tuned for the Sweden adventure!

Also see this post: Living on Land โ€“ is this what we need right now?

Thanks for sharing!
Comment below
guest
17 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments