Viewing 1 replies (of 1 total)
  • Plugin Author malihu

    (@malihu)

    Hi,

    Your HTML is invalid, making a lot of stuff (including smooth scrolling) not being able to work correctly.
    You have the following above your HTML Doctype:

    
    <script type='text/javascript' src='https://booked4.us/cdn/lib/embedding-v2/js'></script>
    <link rel='stylesheet' href='https://booked4.us/cdn/lib/embedding-v2/css' type='text/css' />

    You should remove this. Your document should start with:

    <!DOCTYPE html>

    Anything else is invalid.

    Also, there are 2 targets with id ourbeliefs near the top of the page. You should remove one of them.

    Hope this helps

Viewing 1 replies (of 1 total)

The topic ‘Scrolling id not working’ is closed to new replies.