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: Monday, March 30 2026, 1.31am

The Vortex, Ibiza’s most epic closing party, is here. This Saturday 7th October, the music will start to play under the sun at Ushuaïa Ibiza, known for its unrivalled daytime atmosphere.

Then, the fun will move to Hï Ibizawhere electronic music and dancing will not stop all night long.

With a cast of internationally renowned djs and a spectacular productionthe Vortex promises to be a unique experience that will merge the magic of Ibiza in a single event.

Get ready to dance, jump and vibrate for an hour at this party, which will start during the day and continue all night to say goodbye to summer as it deserves.

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