Ross
0
Q:

on click scroll to div in center page

<script>
  $("#contactbutton").click(function() {
    $('html, body').animate({
      scrollTop: $("#contactform").offset().top - $('#fixed-header').outerHeight()
    }, 500);
  });
</script>
0

New to Communities?

Join the community