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

Tuesday, September 23 2025, 4.44pm

An Italian man was injured in an attempted kidnapping on Quartó de Portmany street in ses Figueretes, Ibiza, last Sunday, after assailants in a black van and a car tried to force him into a vehicle. The man resisted and was aided by witnesses, prompting the captors to flee. Neighbours raised the alarm, allowing National Police officers to reach the scene quickly. The victim has since given a statement, and the investigation remains ongoing, with police expressing confidence in forthcoming progress.

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