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, April 17 2024, 7.27am

The Pime de Formentera (Pimef) organizes together with ABRO (Association of Bars, Restaurants and Nightlife of Formentera) the fourth edition of ‘Sa Ruta des Pintxos‘. Twelve establishments participate in the proposal in which you can taste original ideas that extol the island’s gastronomy.

Each participating bar or restaurant will offer its customers a unique price consisting of two options: “Pintxo plus drink for 4 € or just pintxo for: 2.5 €”.

In each establishment will be available to customers a triptychs and to qualify for the prizes are 500 euros in cash for the first and the remaining are assortments of drinks. Customers must get the stamp of all the participating establishments. This fourth edition is held over two weekends.

As in the last edition, the days have been distributed by the towns that have participating establishments, so customers can make the route from 8 pm on Thursday 25 April and Saturday May 4 in Sant Ferran in La Trastienda, Cafuné Formentera, Los Pollos Hermanos and Bar Patiño. Friday 26 April and Thursday 2 May in es Pujols at Sa Volta, Capritxos, Chezz Gerdi, Queen Burger, Sa Barraca and Gran Ibérico. On Saturday April 27 and Friday May 3, in Sant Francesc at Bar Centro and Bon Temps.

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