Title: search box problem
Last modified: January 13, 2017

---

# search box problem

 *  Resolved [princewap](https://wordpress.org/support/users/princewap/)
 * (@princewap)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/search-box-problem-2/)
 * hi
    please help me out i want to show search box in the header of my site right
   to site title how to do this??? [http://www.datingmaza.com](http://www.datingmaza.com)

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

 *  Theme Author [WP Puzzle](https://wordpress.org/support/users/wppuzzle/)
 * (@wppuzzle)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/search-box-problem-2/#post-8650576)
 * Use theme action hook like this
 *     ```
       function myslug_add_searchbox(){
       	echo '<div class="fr">'.
       	get_search_form();
       	echo '</div>';
       }
       add_action( 'basic_before_sitelogo', 'myslug_add_searchbox' );
       ```
   
 *  Thread Starter [princewap](https://wordpress.org/support/users/princewap/)
 * (@princewap)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/search-box-problem-2/#post-8653603)
 * it is showing search box above site title/logo but i want to show search box 
   in right site of site title/logoi tried to change add action according to it 
   also but not working please help me out
 *  Theme Author [WP Puzzle](https://wordpress.org/support/users/wppuzzle/)
 * (@wppuzzle)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/search-box-problem-2/#post-8653996)
 * [@princewap](https://wordpress.org/support/users/princewap/), you need some css
   customize as `float:right`
 * or try copy `header.php` file to your [child theme](https://wp-puzzle.com/docs/basic/where-to-get-a-child-theme.html)
   and customize html at this file

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

The topic ‘search box problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/basic/1.3.12/screenshot.png)
 * Basic
 * [Support Threads](https://wordpress.org/support/theme/basic/)
 * [Active Topics](https://wordpress.org/support/theme/basic/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/basic/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/basic/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [WP Puzzle](https://wordpress.org/support/users/wppuzzle/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/search-box-problem-2/#post-8653996)
 * Status: resolved