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

Orange alert for temperatures of up to 40 degrees on Ibiza and Formentera

Orange alert for scorching temperatures of up to 40 degrees on Ibiza and Formentera
The mercury will not drop below 24 degrees at night for a few days of scorching temperatures.

Modified: Tuesday, March 24 2026, 4.22am

This Friday there is an active yellow warning for maximums of up to 36 degrees in the Pitiusas.

At the national level, according to the Aemet forecast, a total of 36 provinces throughout Spain will be at risk of high temperatures on Friday, August 12th and may reach up to 41 degrees in a day of roasting heat in most of the country.

Night temperatures

The night figures will not fall below the 24 degrees expected for Friday, according to Aemet, which forecasts minimums of 26 and 25 degrees for Saturday and Sunday, respectively.

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