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

Wednesday, February 26 2025, 10.08pm

This week begins the activities that kick off the Carnival in Ibiza . The Dijous Llarder gives the starting signal to the events scheduled this year. The weather forecast for these days is quite unstable due to the arrival of an cold front to the islands.

On Thursday, the day will be cloudy, with no forecast of showers, according to the State Meteorological Agency ( Aemet ). Minimum and maximum temperatures will remain between 7 and 17 degrees.

On Friday the weather will be more unstable and there is a 65 percent chance of rain starting at noon. The mercury remains at the same values as the previous day.

Weekend

The weekend will be rainy throughout the day on the saturday and Sunday, with a 90 and 95 percent chance, respectively.

However, there are no storm warnings or heavy rainfall alerts activated. Last year the rains caused the Ibiza Carnival parade to be moved from Saturday afternoon to Sunday morning.

The tuesday march 4, there is a 50 percent chance of precipitation.

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