Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1258490

    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)

    #1258796

    Hey Cloaker,

    Which link exactly is behaving like this?

    Best regards,
    Rikard

    #1259054

    In the front page, click one of the “services” links. :)

    #1259850

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.