wp_nav_menu seems to add a block?
-
<header class="main-navigation" style="border: 2px solid"> <img src=<?php echo get_bloginfo('template_url') . '/images/logo_apparent.png'?>> <?php wp_nav_menu(array('container' => 'nav'))?> </header>
I’m trying to get the image logo and navigation menu inlined with each other, but the menu is on its own new line, or block. How can I get these horizontally aligned with each other?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘wp_nav_menu seems to add a block?’ is closed to new replies.