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

Thursday, September 18 2025, 4.53pm

The third week of September in Ibiza and Formentera remains marked by heat, with temperatures peaking near 30°C, but a shift is expected from Sunday night as autumn begins. According to Aemet, a drop of around six degrees is forecast between Sunday and Tuesday, alongside a rising probability of rainfall and storms in the Balearic Islands. The weekend outlook points to mostly clear skies with lows of 20°C and highs of 30°C, before rain chances climb to 45% on Sunday and 65% on Monday. This Wednesday’s average maximum of 29.9°C was nearly three degrees above normal, with Sant Joan registering the highest at 31.9°C.

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