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

Here’s the ebook release date

Alright. We’re getting really close now to the ebook being available (see book announcement post if you haven’t already).

The release date is the 15th of June.

from-van-to-home-van-conversion-ebook

What’s in the book?

Here’s a screenprint of the contents:

vandog-van-conversion-book-contents

Thanks for all the help and encouragement

It’s been really good to hear from people who have also done ebooks and self published books. I don’t feel so much on my own with it now.

So over the next 5 days I’ll be posting updates on facebook as well as a pictures from the book to give you an idea.

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