window.addEventListener('load', function() { var theHash = location.hash; // add offset only for specific hashes var hashes = ['#section-one', '#section-two', '#review_form_wrapper']; if (hashes.includes(theHash)) { window.scrollBy(0, -110); } });

در حال نمایش یک نتیجه

+
ناموجود