How Can We Help?

< All Topics
Print

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); }

Table of Contents