Jump to content

morenothing

Circle Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by morenothing

  1. Hey I found this solution on another thread that ended up fixing it for me. 

    use this code to Code Injection > Footer

    <!-- by @nhannhot-tuanphan -->
    <!-- fix anchor links on iOS -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
    <script>
    $(document).ready(() => {
    function scrollToAnchor(aid){
        var aTag = $(aid);
        $('html,body').animate({scrollTop: aTag.offset().top},'slow');
    }
    
    scrollToAnchor(location.hash);
    })
    </script>

     

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.