/ Published in: PHP
URL: http://www.kristarella.com/2009/04/full-width-headers-in-thesis-15/#comment-67088
Add the PHP to custom_functions.php and the following CSS to custom.css
.custom ul.menu li.search {float:right;} .custom ul.menu li.search form {padding:0.3em;} .custom ul.menu li.search form input {padding:0.4em;}
Expand |
Embed | Plain Text
function add_search_nav() { ?> <li class="search"><?php thesis_search_form(); ?></li> <?php } add_action('thesis_hook_last_nav_item','add_search_nav');
You need to login to post a comment.
