Mobile Navigaton doesn't work on mobile

Hello Support Team,

I have this very weird bug that the mobile navigation to two of my section doesn’t work anymore. It used to work perfectly fine yesterday.
The problem is that the navigation doesn’t redirect to the directed sections on the home page when the window goes under a certain pixel size. The excact same header and menu work perfectly when the screen size is for example one size bigger.
(The links driver and team don’t work anymore strategy works for some reason, contact aswell but that one goes to another page)
grafik
What can I do to resolve this issue?

Thanks alot for your help!

Hi Benedikt,

Thanks for reaching out.

The reason why the Drivers and Team in the menu are not working properly on the mobile devices because th ID #driver and #team should be unique and should be called once on the page. On your website, those two ID’s was called twice on desktop and on mobile, even though you hide the section on the mobile and on the desktop but the source code is still there.

I suggest that you just mix the row of your desktop and mobile for the driver and the team section, then just hide the row using this method.

Or you will create a menu for your mobile and change the ID in the driver and team section for mobile to something unique example #mobile-driver and #mobile-team.

Hope that helps.

Thank you.

Thanks alot using just one section for mobile and desktop worked!

Hi @BenBay,

Glad to help you. Have a nice day.

Thanks

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