Title: Search box position
Last modified: August 30, 2016

---

# Search box position

 *  [chirokern](https://wordpress.org/support/users/chirokern/)
 * (@chirokern)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/search-box-position-2/)
 * I’m having trouble finding CSS code that will let me reposition the search box
   in my header. My website is [http://www.chirokern.com](http://www.chirokern.com)
   Please help!

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

 *  [Eric Karkovack](https://wordpress.org/support/users/karks88/)
 * (@karks88)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/search-box-position-2/#post-6656248)
 * Here are some items that you could adjust:
 *     ```
       #site-banner-right .search-form {
           height: 60px;
           padding: 13px 0;
       }
   
       #site-banner-right .search-form label {
           display: table;
           float: right;
           margin-bottom: 0;
           vertical-align: middle;
       }
   
       #site-banner-right .search-form input[type="search"] {
           box-sizing: border-box;
           display: table-cell;
           height: 34px;
           padding: 8px 10px;
       }
   
       .search-form .search-field {
           width: 150px;
       }
       ```
   
 *  Thread Starter [chirokern](https://wordpress.org/support/users/chirokern/)
 * (@chirokern)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/search-box-position-2/#post-6656253)
 * Thanks karks88! I am still unable to get the search bar to line up any further
   right. Is there some sore of margin setting on my header I need to change?

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

The topic ‘Search box position’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [chirokern](https://wordpress.org/support/users/chirokern/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/search-box-position-2/#post-6656253)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
