Please Log in or Create an account to join the conversation.
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top-70}, 900);
});
});
</script>
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top-70}, 900);
});
});
</script>
Please Log in or Create an account to join the conversation.