English is not good, use google translation.
My thoughts on this picture
English is not good, use google translation.
My thoughts on this picture
Open up functions.php and delete following code:
get_search_form();
Then open up header.php and replace:
</div><!-- end container-->
with:
<div class="headersearchform"><?php get_search_form(); ?></div>
</div><!-- end container-->
You can reposition the search form width following css code:
.headersearchform{
float: right:
}
- eg you could add a margin, padding, etc. to this div.
Thank you for your reply!
I went to try
This topic has been closed to new replies.