More with Menus
-
I am struggling with formatting any form of menu bar.
I had taken a skel.js template and I am in the process of converting it to wordpress.
My first thought was if there are any links to converting a skel.js navbar to work in wordpress?
My second question relates to a navbar that I have called in from the wp site itself.
<nav> <?php wp_nav_menu( array( ‘theme_location’ => ‘main-menu’, ‘container_class’ => ‘main-menu’ ) ); ?> </nav>
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]This is the css:
[Large code/text excerpt removed by moderator per forum rules. Please use Pastebin or a Gist for all large code/text excerpts.]Code block here: http://pastebin.com/e0kBUqmb
This works but only displays vertically. Well if it goes higher up the custom.css file it begins to work but I lose style elsewhere. The best have had is it stays inline with site name.
I suspect the css is somehow clashing with the css for the original skel.js navigation bar. Please confirm and perhaps suggest how I can keep both and have the functionality I’m looking for.
This is my full .css file
[Large code/text excerpt removed by moderator per forum rules. Please use Pastebin or a Gist for all large code/text excerpts.]Code block here: http://pastebin.com/0A4RjT31
The topic ‘More with Menus’ is closed to new replies.