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

Modified: Wednesday, April 01 2026, 9.51am

Igy Ibiza Marina has commenced a €4.8 million refurbishment project at the Marina de Vila in Ibiza, encompassing three key upgrades. These include installing electricity conduits to support large yachts, refurbishing the Duques de Alba docks to accommodate smaller cruise ships, and developing four commercial spaces in the Martillo building, targeting luxury and local businesses. The works, set to conclude by May 2024, aim to reduce air and noise pollution while enhancing the area’s appeal to affluent clientele. The project involves collaboration with multiple authorities and includes archaeological oversight due to its proximity to heritage sites. The initiative is expected to generate significant economic impact and employment opportunities, with an estimated €30.4 million in benefits over eight years.

For the full article, please visit Diario de Ibiza website here.