Center searchsubmit with Enter Search

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
gravedigger

Center searchsubmit with Enter Search

Post 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]
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Center searchsubmit with Enter Search

Post 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;
}
gravedigger

Re: Center searchsubmit with Enter Search

Post by gravedigger »

It s ok thx, i put a new value and is ok now.
Thank!
Locked

Return to “Layout and Design (CSS & HTML)”