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

6 months of living in my van


living-in-a-van-6-months

I cannot really sum up the last 6 months in words. But I will say that at the moment, living in a van is the perfect life for me — Read 10 things I had to quickly get used to whilst living in a van. I cannot go back to a house any time soon. I know what is possible without one.

Either I have created my own world or a new world has opened up. I can attract the things and people I want in my world. I am free to do as I please. I am overwhelmed with ideas and new things to learn. My mind is free of limitations. I think I now believe that anything is possible.

Watch the video I made one day in my van โ€“ in 90 seconds

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