Anchor position on desktop and mobile
General Discussion
3
Posts
2
Posters
326
Views
1
Watching
-
Hello,
Is there anyway to have anchor positions on desktop and mobile? With the code below, found here in the forum, on mobile the content doesn't scroll enough to be seen. Thanks!
<script> window.laytheme.on('newpageshown', function(){ if(window.location.hash.length > 0){ var id = window.location.hash; if(jQuery(id).length > 0){ jQuery('html, body').animate( { scrollTop: jQuery(id).offset().top+10}, { duration: 1500 }); } } }); </script> -
hey dont use any extra code for anchors
just do this:https://laytheme.com/documentation/jump-to-anchor.html
remove the code from your website that you posted here. it will interfere with the code that is already built in into lay theme
-
hey dont use any extra code for anchors
just do this:https://laytheme.com/documentation/jump-to-anchor.html
remove the code from your website that you posted here. it will interfere with the code that is already built in into lay theme
@arminunruh thanks!
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com