Title: Search Function on Header, Aligned Right
Last modified: August 31, 2016

---

# Search Function on Header, Aligned Right

 *  [elvis7777](https://wordpress.org/support/users/elvis7777/)
 * (@elvis7777)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/search-function-on-header-aligned-right/)
 * Hi all,
 * I have been unable to insert a search bar in the header on: unpopularmedia.com(
   using the Kolumn theme).
 * At most, I can insert a search bar immediately below the header. I input the 
   css code into the Theme Header sheet, but it still does not go into the header.
 * Any help would be most welcome.
 * Elvis7777

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

 *  [gdgraphics](https://wordpress.org/support/users/gdgraphics/)
 * (@gdgraphics)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/search-function-on-header-aligned-right/#post-7186455)
 * Hi
 * it appears as though there is a space in your header file you can use to drop
   in the WordPress Search Box.
 * In your theme header.php file look for the following html code:
    <div class=”
   edgtf-position-right-inner”> </div>
 * In between the two html tags place the following code:
    <?php get_search_form();?
   >
 * Like this:
 * <div class=”edgtf-position-right-inner”><?php get_search_form(); ?> </div>
 * You may need to style it to match the theme colours etc.
 * Have fun
    Graham
 *  Thread Starter [elvis7777](https://wordpress.org/support/users/elvis7777/)
 * (@elvis7777)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/search-function-on-header-aligned-right/#post-7186465)
 * Hi
 * <div class=”edgtf-position-right-inner”> </div> is not in the theme header.php
   file.
 * Any additional suggestions?
 * Elvis

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

The topic ‘Search Function on Header, Aligned Right’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [Theme Header](https://wordpress.org/support/topic-tag/theme-header/)

 * 2 replies
 * 2 participants
 * Last reply from: [elvis7777](https://wordpress.org/support/users/elvis7777/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/search-function-on-header-aligned-right/#post-7186465)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
