Change the width or height values in the following selectors.
Large search box:
.search input[type=search] {
height: 50px;
width: 90%;
}
Small search box:
.search-small input[type=search] {
height: 50px;
width: 320px;
}
Change the width or height values in the following selectors.
Large search box:
.search input[type=search] {
height: 50px;
width: 90%;
}
Small search box:
.search-small input[type=search] {
height: 50px;
width: 320px;
}
Comments
0 comments
Please sign in to leave a comment.