Encase it in a divide and add the below css to your style.css. Adjust
accordingly.
<div id="searchcontainer">
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="<?php _e('Search'); ?>" />
</form>
</div>
Code:
#searchcontainer
{
position: absolute;
padding-left: 640px;
top: 100px;
margin-right: auto;
margin-left: auto;
}
Can you post the link to your site?
__________________
.
Village Idiot
Last edited by Sydpix; 06-04-2009 at 09:50 PM..
|