Hi, If you are using Alpine theme and having double hamburger menu and logo, please open file block--navigation.tpl.php and block--superfish.tpl.php and replace all content of the two files with:
<div class="navbar-collapse collapse">
<?php print $content;?>
</div>
Also, we have just update install profile. You can download and update
To add on to this, if the hamburger icon is not showing at all on mobile devices, it is possibly due to an error message showing that is extending beyond the viewport, and thus the icon is actually far off to the right. You can put some CSS overflow:hidden on the div.messages.error element until the error message is resolved.
Thank you very much, Dhouston144
Hi Cindy, just thought i'd post to say I was having this problem and the above fixed it, so big thanks! I take it making this change will not have any other effects on the site? (bad ones?)
David
Hi all,
We made a big update for MD Alpine (with MD AWEContent)
The problem above is before our update (belongs to old version). The new one now has no problem with hamberger menu on mobile.
So, are you having this issue with new version, Davidcross86?