Use the following code in Javascript to scroll #Anchol links to #Anchor points
//scrolling jQuery('a[href*=#]:not([href=#])').click(function() { if (location.pathname.replace(/^\//,'') === this.pathname.replace(/^\//,'') || location.hostname ===
Read More