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]
Center searchsubmit with Enter Search
Re: Center searchsubmit with Enter Search
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;
}
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
It s ok thx, i put a new value and is ok now.
Thank!
Thank!