Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › smooth scroll to single page sections › Reply To: smooth scroll to single page sections
January 1, 2014 at 11:16 am
#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.