Title: Having Search Bar Problems
Last modified: August 21, 2016

---

# Having Search Bar Problems

 *  Resolved [sevenglaciers](https://wordpress.org/support/users/sevenglaciers/)
 * (@sevenglaciers)
 * [13 years ago](https://wordpress.org/support/topic/having-search-bar-problems/)
 * [Seven Glaciers](http://blog.sevenglaciers.com)
 * I can’t figure out how to get this search bar inline with the rest of my Nav 
   menu.
 * Here’s the markup:
 *     ```
       <nav class="mainMenu">
                       <?php wp_nav_menu(); ?>
                      		<div id="search">
                        	 	<?php include (TEMPLATEPATH . "/searchform.php"); ?>
              			  	</div>
                   </nav>
       ```
   
 * Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years ago](https://wordpress.org/support/topic/having-search-bar-problems/#post-3673628)
 * Try;
 *     ```
       .menu {
        float: left;
       }
       ```
   
 * Block elements will naturally span 100% width unless you reduce their widths,
   display them inline or float them left.
 *  Thread Starter [sevenglaciers](https://wordpress.org/support/users/sevenglaciers/)
 * (@sevenglaciers)
 * [13 years ago](https://wordpress.org/support/topic/having-search-bar-problems/#post-3673629)
 * thank you, sir, changing the width worked. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Having Search Bar Problems’ is closed to new replies.

## Tags

 * [bar](https://wordpress.org/support/topic-tag/bar/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [nav](https://wordpress.org/support/topic-tag/nav/)

 * 2 replies
 * 2 participants
 * Last reply from: [sevenglaciers](https://wordpress.org/support/users/sevenglaciers/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/having-search-bar-problems/#post-3673629)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
