Title: Moving Search Form?
Last modified: August 19, 2016

---

# Moving Search Form?

 *  [fhawaii](https://wordpress.org/support/users/fhawaii/)
 * (@fhawaii)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/moving-search-form/)
 * I’d like to bring it down right below the banner on the right. The blog is at
   fittedhawaii.com/updates/test.
 * This is the code in Header.php for the search form:
 *     ```
       <div id="right-header">
       <form method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>" id="searchform">
       <input name="s" type="text" class="intext" value="Search Keyword" onfocus="if (this.value == 'Search Keyword') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search Keyword';}" size="10" tabindex="1" />
       <input name="search" type="image" src="<?php bloginfo('template_directory'); ?>/images/search.png" alt="search" class="inbutton"/>
       </form>
       </div>
       ```
   
 * What do I need to change?

The topic ‘Moving Search Form?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [fhawaii](https://wordpress.org/support/users/fhawaii/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/moving-search-form/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
