Struggling To Create Mobile Version Of My Navigation
So I'm building a portfolio site and I've just completed the main navigation - but I'm struggling to get a working mobile version of it, all my attempts have not worked correctly..
Solution 1:
You may consider wrapping your 'cssmenu' like this:
<div id="menu">
<div id="cssmenu">
//your code
</div>
Hide the "#menu", and then work on having desired animation to display it!
Here is a working demo
Post a Comment for "Struggling To Create Mobile Version Of My Navigation"