I removed the side padding and reduced the max width of the search input
field.
#nav-search {
position: relative; }
#nav-search form.searchform {
- padding: 0 20px 0;
+ padding: 0;
position: absolute;
top: 35px;
right: 0;
- max-width: 582px;
+ max-width: 435px;
width: 100%; }
#nav-search form.searchform input[type="text"].search-input {
height: 30px;
border-color: #3b76c4; }
#nav-search form.searchform input[type="image"] {
position: absolute;
- right: 30px;
+ right: 15px;
top: 2px; }
#nav-search form.searchform .radio-area {
float: right; }
// height: 212px;
form.searchform {
// background: $teal;
- padding: 0 20px 0;
+ padding: 0;
position: absolute;
top: 35px;
right: 0;
- max-width: 582px;
+ max-width: 435px;
width: 100%;
input[type="text"] {
&.search-input {
}
input[type="image"] {
position: absolute;
- right: 30px;
+ right: 15px;
top: 2px;
}
.radio-area {