Hi everyone! I'm having trouble with the footer section of my homepage regarding scroll snapping. I used code written in another post in this forum (https://forum.squarespace.com/topic/171837-how-to-do-snap-scrolling-for-squarespace-71/)
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.19/jquery.scrollify.min.js"></script>
<script>
$(function() {
$.scrollify({
section : ".page-section",
});
});
</script>)
The snapping works great and every page is full sized, however, the footer also acquires the characteristics of the other sections and is locked to full screen, I can't reduce its size. I need to have full screen sections that snap but maintain the footer narrow. Can anyone help me?