Reply To: smooth scroll to single page sections

#3581
Raghavendra
Moderator

Sorry this took some time due to holidays although the change was small. Here is the change you need to make. Pls edit the file js/main.js at line number 140 from

               $('#primary-menu > ul > li > a[href*=#]').smoothScroll(

to

                $('#primary-menu a[href*=#]').smoothScroll(

the smooth scroll should work fine for dropdown internal elements as well.