Problem Bootstrap burger menu and sub item
PermalinkI build a website like this one:http://www.asev-travel.com
My problem is that the menu is working fine when reducing the browser to a smartphone size but as soon as i open it on smartphone Burger menu works but sub items dont show up and instead the first page open.
Is there a way to prevent concrete5 to open first page of drop down and simply show the list under it ??
Thanks in advance
Chris
I do have change in my header.php.
Now its on top of the page.
But i still have the same behaviour.
I guess i will have to modify the Auto-Nav template.
But i dont know from where to start.
The first item of menu is clickable so i cant open dropdown on smartphone.
Check it out.
If any clue would be really glad to get your help or someone else.
Regards
You have this viewport code
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
Remove the trailing ; like this
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0">
But still menu is doing weird on smartphone.
Do you know any way to remove link on first element of an autonav ??
must be at the very top of the page. it is loading on line 28?
I suspect your header.php file is causing this error...