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: Tuesday, April 07 2026, 11.41pm

This Sunday, WooMoon returns to Cova Santa to celebrate its eighth anniversary with its unique musical experience.

Attendees will be able to enjoy an exceptional lineup, with artists that will elevate the atmosphere through immersive sounds.

Genish, House of Frequency, Nasiri Live, Rampue Live and Sylvia Operé will be in charge of bringing the energy to its maximum splendor, while Valentin Huedo and Aigua will immerse the audience in an unforgettable auditory journey.

WooMoon continues to consolidate itself as one of the most iconic events in Ibiza, with an inclusive and immersive proposal that attracts a large number of international artists.

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