Desktop view: On load, I want to be able to navigate to an id Mobile view: On load, I don't want to navigate to any id
I currently use to automatically scroll to the header of "Welcome to Kings Square", and that works great in desktop view, but how do I make this go away or skip this step when on mobile view? On mobile view, I'd like to just remove that code if that makes sense...
Can anyone help out? Here is the website that I am working with: https://alidemo1.netlify.com/
- You will see that on-load on mobile view, it will scroll to "Welcome to Kings Square" but in desktop, it will show everything, how can I keep the scroll active for the desktop view and remove it for the mobile view so that when on-load, it will show the complete header image on the mobile view?