I have a search widget for wordpress with the following css:
[code]
/* widget search */
li.widget_search #search{/* 090627fix */
padding: 10px 30px;
}
li.widget_search form#searchform{
width: 200px;
height: 25px;
border: none;
background-color: #fff;
position: relative;
}
li.widget_search form#searchform .searchinput{
position: absolute;
top: 5px;
left: 8px;
color: #666;
font-size: 13px;
width: 165px;
border: 0;
}
li.widget_search form#searchform .button{
position: absolute;
top: 0px;
left: 175px;
background: url(images/mag.gif) no-repeat;
height: 25px;
width: 25px;
border: 0;
cursor: pointer;
}
[/code]
Right now, it looks like this:
[IMG]http://imgur.com/HCWCP.png[/IMG]
What would I have to add to the css to make it centered and have a little bit of padding on top?
Thanks
Also lose the top header or try and make something more fitting with the rest of the site, this is just a opinion ofc but I think the rest of the site is very aesthetically pleasing, yet something just doesn't do it for the top, again this is just opinion :P
Sorry, you need to Log In to post a reply to this thread.