Title: css for customizing searchbar?
Last modified: August 24, 2016

---

# css for customizing searchbar?

 *  Resolved [sher21](https://wordpress.org/support/users/sher21/)
 * (@sher21)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/css-for-customizing-searchbar/)
 * what is the code to increase the width of search bar and to change the alignment
   of the bar
 * check my [webpgage](http://www.hospitalnation.com/faq/)

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

 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/css-for-customizing-searchbar/#post-5976383)
 * Hello,
 * You can try this to your Custom CSS:
 *     ```
       #panel-22-0-0-1 #s {
           width: 92%;
       }
       #panel-22-0-0-1 #searchsubmit {
           margin-top: -11px;
       }
       ```
   
 * Thank you.
 *  Thread Starter [sher21](https://wordpress.org/support/users/sher21/)
 * (@sher21)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/css-for-customizing-searchbar/#post-5976385)
 * Hi, i just tried your code but it worked for that particular page only
 * in other pages also it is getting misaligned…is it possible to change it for 
   all the page in a single go
 * i guess we have to make changes in the panel part of your code
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/css-for-customizing-searchbar/#post-5976397)
 * You can try this instead:
 *     ```
       #main-wrapper .entry-content #s {
           width: 92%;
       }
   
       #main-wrapper .entry-content #searchsubmit {
           margin-top: -11px;
       }
       ```
   
 * Thank you.
 *  Thread Starter [sher21](https://wordpress.org/support/users/sher21/)
 * (@sher21)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/css-for-customizing-searchbar/#post-5976399)
 * thnks
 *  Thread Starter [sher21](https://wordpress.org/support/users/sher21/)
 * (@sher21)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/css-for-customizing-searchbar/#post-5976400)
 * i am closing it

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

The topic ‘css for customizing searchbar?’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [sher21](https://wordpress.org/support/users/sher21/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/css-for-customizing-searchbar/#post-5976400)
 * Status: resolved