Add Search Form Below Header

This document is deprecated! The information on this page refers to a Thesis version that is now obsolete. Please visit the Thesis Docs for current documentation.

Place the following code in custom_functions.php:

add_action('thesis_hook_before_title', 'thesis_search_form');

Place the following code in custom.css, and modify as desired to fit the look of your site:

.custom #s { 
	font-size: 12px; 
	position: relative; 
	float: right; 
	margin-top: 17em; 
	background: #EEEEEE; 
	color: #000000; 
	padding: 0.2em; 
	width: 200px; 
}
.custom .widget.thesis_widget_search { 
	background: #fff; 
}