Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@chirokern)

    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.