How Can We Help?
assets/js/ewd-ufaq.js
Edit the Scroll to top setting to compensate for the banner
Original:
in line 54 – offset().top -80}, 100);}
line 80 – offset().top -80}, 100);
line 198 – offset().top -80}, 100); }
Modified:
in line 54 – offset().top -100}, 100);}
line 80 – offset().top -100}, 100);
line 198 – offset().top -100}, 100); }