Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Smooth scoll too far

Home / Forums / Pinnacle Theme / Smooth scoll too far

This topic is: Not Resolved
[Not Resolved]
Posted in: Pinnacle Theme
February 7, 2019 at 7:19 am

Hi,

My anchor links are scrolling too far.

I have added this:

<script type=”text/javascript”>
jQuery(document).ready(function ($) {
$(‘body’).localScroll({offset: 0});
});
</script>

But it actualy should have a negative offset to scroll to the right position. Is this possible?

Only option I can think of now is to smooth scroll to one row above the row I actually want it to be and use the offset to get in the the right position? (not done that yet.)

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.