El portal con más pisos en Expertos en tu población Tetuán
Este sitio utiliza cookies para mejorar la experiencia del usuario. Aceptar
$('.pagination .page-link').click(function () { var navbarHeight = $(".navbar.navbar-full").first().outerHeight(); if($(".intro-section").first().offset()?.top) { var introSectionOffset = $(".intro-section").first().offset().top; var introSectionHeight = $(".intro-section").first().outerHeight(); } else { var introSectionOffset = $(".ag-head-bg").first().offset().top; var introSectionHeight = $(".ag-head-bg").first().outerHeight(); } $('html, body').scrollTop(introSectionOffset + introSectionHeight - navbarHeight); });