Search field width
Hi,
i can use custom code to make search field wider (below), but is it possible to use % there, not pixels?
#Top_bar a#search_button.has-input input {
display: inline-block;
margin: -5px 0 0;
padding: 8px;
position: relative;
top: -2px;
width: 300px;
}
Comments