Page 1 of 1

Center searchsubmit with Enter Search

Posted: Wed Oct 18, 2006 2:23 pm
by gravedigger
Hello how to align my button searchsubmit with the box content text, because i have this picture on my website:
Thx

[gelöscht durch Administrator]

Re: Center searchsubmit with Enter Search

Posted: Thu Oct 19, 2006 3:10 am
by Dr.CSS
In the default install it's called this way...

div#search {
  float: right;
  width: 23em;    /* enough width for the search input box */  this will need to be adjusted for yours as it has a longer word in the search button
  text-align: right;
  padding: 0.6em 0 0.2em 0;
  margin: 0 1em;
}

Re: Center searchsubmit with Enter Search

Posted: Thu Oct 19, 2006 4:43 am
by gravedigger
It s ok thx, i put a new value and is ok now.
Thank!