Similar to many other sites, I'd like to place a search box adjacent to the primary links menu at the top of my page. See here for my current site. And see here for a mock-up of what I'd like to do. Can anyone tell me the easiest way to accomplish this? Thanks in advance!

Comments

douglas.a.hatch’s picture

Sorry, false alarm. I found the answer already on the forum:

http://drupal.org/node/252243

WorldFallz’s picture

You probably need to change the page.tpl.php file for your theme. Look for something like <?php print $search_box ?> and move it into the div that contains the primary links. You'll probably need to tweak the css and possibly the search form itself, but that's the basic idea.