mobile menu links not working

Posted in: Newspaper
Post count: 73

On this page that is recently setup: http://worksupply.no

the main menu links works fine on my laptop – but when I try to click them on my smartphone nothing happens.

What is the reason for this?

kind regards
Lars

Post count: 23312

Hello Larshell,

I have inspected your website and I saw that you are suing the anchor links for your menu items. So, please notice that this type of feature does not work for mobile mode, sorry! In this case, you should add a valid address for your menu links to bring good results.

Thanks for your understanding!

Post count: 73

Understand.

Any good work arounds?

Is it possible to just remove the menu on mobile all together?

Best wishes
Lars

Post count: 23312

Hello Larshell,

If you want to get rid of the main menu for mobile mode, please notice that you can hide it, using a bit of CSS code. Try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

#td-top-mobile-toggle{
display:none;
}

The result you should see here -> http://screencast.com/t/ncz8ZYeVXRO

Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.