Center a section when using smooth scroll
问题 I am using Chris Ferdinandi's Smooth Scroll script and I am trying to have it scroll to an element, but land with that element centred. Similarly to what is done at http://www.spotify.com. I attempted adding the following code to the start of the script: $(document).ready(function(){ $('.downarrow a').click(elementhref = $('.downarrow a').attr('href')); var elementheight = $(elementhref).height(); var windowheight = $(window).height(); if (elementheight < windowheight) { topoffset = (