Scroll to anchor in an <a> tag using sudoSlider

Scroll to anchor in an <a> tag using sudoSlider

Hi,

I got this problem that got me pulling all my hair out.

A link <a class="customLink" data-sudo-rel="1">section1</a>
Will make the sudoSlider slide to the correct info but when adding the  href="#processinfo"

like so : <a class="customLink" data-sudo-rel="1" href="#processinfo">section1</a>

Stops making it work as intended. The reason i want to add  <href="#processinfo"> is, in case small screens,
the information will be actually shown, instead its shown outside the visible part.