auto scroll to top on return or page load

  • Posted in : impressivCard WP
  • scottysouth
    Participant

    upon landing on a previously viewed page, the browser or theme is remembering where I left off scrolling. I would like the page to always load from the top without keeping memory of where I left off in the content.

    Is there some special css i can append?

    ahmetsali
    Keymaster

    Hi, this is the default behaviour in browsers. But you can force to page scroll to top on page load with javascript. Paste the code below to “External Javascript” box under style Tab in theme settings and see if it works for you.

    <script>
       $(function() { $("body").scrollTop(0); });
    </script>
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘impressivCard WP’ is closed to new topics and replies.