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

Wildcamping on the east coast of Sardinia – with coordinates

Sardinia has loads of good wildcamping spots. Here’s one of them. It’s a large area along the beach (map below) with load of good camping spots. I tried to capture the feel…

I found this nice camping spot

It’s on the east coast of Sardinia

Location: Click to see on Google maps
Coordinates: 40.345688, 9.690088

And then I found this bridge

It goes to the beach

And there’s this lagoon bit

But if you keep going further…

There’s loads of woodland along the beach

It has this kind of feel to it…

And if you keep going further… you get stuck in the sand

I think I made the right choice coming here for winter. Wildcamping is great and so is the nature.

Although, there’s hardly anyone on this island during winter but it has been the perfect opportunity to finish what I’ve been working on for the past year. More to come 🙂

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