Window starts with scrolled to the bottom WordPress detailed page

I have an issue where a specific page is starting with scrolled down at the detailed page of WordPress.

Is there a way to overcome this issue?

What could be the cause?

I’ve tried:

$  (document).live('ready',function(){
     $  ('html, body').animate({scrollTop:0}, 'slow');
     });

But it doesn’t seem to work…

newest questions tagged jquery – Stack Overflow

About Admin