Jump to content

how to position the search box


Recommended Posts

Try this : I added some negative top and some right margin

li.sf-search  {
background:inherit;
float:right;
line-height:25px;
margin-right:6em;
margin-top:-0.7em;
}


superfish-modified.css (line 159)

And here padding is changed and I added text align

li.sf-search input {
background:url("../img/block-search.gif") no-repeat scroll left center transparent;
border:medium none;
color:#999999;
height:21px;
padding:0 0.3em 0 0;
text-align:right;
width:136px;
}


superfish-modified.css (line 166)

Link to comment
Share on other sites

  • 9 months later...
×
×
  • Create New...