Opens in a new tab
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);
});

Wednesday, January 17 2024, 11.23am

The Consell de Formentera approved a renovation permit for the former ‘Caminito’ restaurant, now owned by Nimbus Formentera S.L. and involving partners like Ricardo Urgell. The project, scaled down from its original grand vision, has cleared various administrative requirements and is subject to specific conditions, including height restrictions. With an 18-month completion window, the opening is not expected by next summer. The current focus is on finalizing details and meeting permit requirements, with the initial plan being to establish a restaurant possibly featuring entertainment. For the full article, please visit Diario de Ibiza website here.