• 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)
  • 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

    (@elvis7777)

    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.