Styling This Searchbar
-
How do I get this search bar in line with the rest of the Nav Menu?
Here’s the markup:<nav class="mainMenu"> <?php wp_nav_menu(); ?> <div id="search"> <?php include (TEMPLATEPATH . "/searchform.php"); ?> </div> </nav>
- The topic ‘Styling This Searchbar’ is closed to new replies.