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

Friday, December 01 2023, 8.40am

The Christmas festivities in Sant Antoni, starting December 1, will bring vibrant life to the Passeig de ses Fonts, featuring a large Christmas tree lighting, a variety of around 60 events including children’s theatre, live performances, and DJ sets.

A highlight is the Christmas Market with catering and handicraft booths, remaining open until January 21. Key attractions include performances by the musical duo Azúcar Moreno and a municipal belen by designer Jesús González.

The program, aimed at revitalizing the town center, will also include charity-focused activities and is expected to cost about 280,000 euros, encapsulating the festive spirit under the motto ‘A Sant Antoni, per Nadal feim poble’.

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