Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Scroll to Section

Scroll to Section

/* scroll to Section */
(function($){
  $(window).load(function() {
    $('html, body').animate({
      scrollTop: $('#section').offset().top - 100 }, 1000);
  });
})(jQuery);