The menu, when you open my site on a mobile phone, doesn’t work. I mean when you go to my live published website on your mobile phone the menu links don’t work.
They do work in the webflow version. (but you are not on ur phone then)
Hmm, good question, I can’t seem to duplicate the error on my site, and since the issue is after published I cannot test my fix.
You do seem to have unnecessary div blocks which may cause some problems.
I know you have padding and margins set, but you can simplify it.
As for the links, I believe you are using text links, but I would recommend using a link block. You can then make it 100% width, and nest your text inside. This means that they have a larger surface area they can click.
You can check out my menu from my site if you would like to see what I mean.
Yes! It worked. The unnecessary divs seems to be the problem. After I deleted the unnecessary divs and published the website, every menu-link worked.
Thank you!