Twenty Twelve Child Theme Edit Navigation
-
Hello,
I have made a child theme based on Twenty Twelve, http://dev.dupontcircleanc.net.I’m trying to add a social media menu, based on http://justintadlock.com/archives/2013/08/14/social-nav-menus-part-2, to the main navigation area.
So in the header, and in the “nav” container I have the main navigation using the <?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav-menu’ ) ); ?> and I have my social media menu using <?php my_childtheme_social_menu(); ?>.
The extra menu breaks my layout.
I would like the main nav to float left and the social media menu to float right — in the same container. I’ve changed the css for the main-menu-navigation and it still breaks when I add another menu.
Is there a way to have 2 menus in the main nav container?
The topic ‘Twenty Twelve Child Theme Edit Navigation’ is closed to new replies.