Hi!
I have this site under construction where I use a sub menu on a page. I have linked the sub menu items to the anchor points (section ids) in the same page and the links work well… BUT I have these same #links in another page (front page) and when I click them with a mobile device, it does find the site in question but is not scrolling to the right place. What could be the problem? (the links work with desktop computers)
In the front page, click one of the “services” links. :)
Hi,
Thank you for the inquiry.
Is the scroll position a bit off on mobile view? This might be due to this modification which sets the header container to stick or to have a fixed position on scroll.
.html_header_top.html_header_sticky #top #wrap_all #header {
position: fixed;
}
Best regards,
Ismael