Footer ist jumping on scrolling on mobile

You cannot scroll to the footer on the start page on mobile. Then everything starts shaking. This is not the case with imprint and data protection. Please look here: https://www.vv-trockenbau.de/

Hello @mb_systems,

Thanks for writing to us.

It might be the issue of cache or custom code issue I would suggest you troubleshoot with a few of the common issues before we investigate your settings.

I would suggest you go to the Cornerstone–>settings —>Clear system cache

For the quick fix, you need to add this custom CSS code

@media(max-width: 978.98px){
.x-navbar-fixed-top {
    position: fixed;
}
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Many thanks for your help. Now the anchor menu on mobile no longer closes after selection.

Hi @mb_systems,

I have checked the navigation on mobile and found that it is not closing only if the link is on the same page only. If you click any link with a different URL, the navigation closes as expected.

Thanks

Yes. It just doesn’t work for the anchors. But that used to be the case. Unfortunately, this is now the case with all one-pagers that I have built for my many customers. Too bad there is no solution. Nevertheless many thanks.

Hey There,

This is how it looks on my android phone:
https://www.youtube.com/shorts/985xfG1NCnQ

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.