Thanks now i made 3 columns, but i still have this problem with the text. If i don't use any widgets i can't get centered text. I mean i can use formating like in the example but the text is still a little bit left from the search.
Maybe the problem is with a search now then i added widgets from left and right text stays in the center but the search is in the far right. I used these parameters in css to put search in the center, maybe i should change these?
Code:
input#s {
width:340px;
border:1px solid #c12811;
height:30px;
font-size 26px;
display: table;
margin: 0 auto;
}
#searchsubmit {
width:100px;
height:30px;
font-size 30px;
margin-left:auto;
margin-right:auto;
display: table;
margin: 0 auto;
}
Is it hard to make my search to look something like
http://www.scamtrends.com/ ?