Viewing 1 replies (of 1 total)
  • Look in ‘index.php’
    There is this:
    <div id="menu">

      and further down is this:
      <li id="search">
      <label for="s"><?php _e('Search:'); ?></label>
      <form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">
      <div>
      <input type="text" name="s" id="s" size="15" />

      <input type="submit" name="submit" value="<?php _e('Search'); ?>" />
      </div>
      </form>


      Put this right under the top bit

Viewing 1 replies (of 1 total)
  • The topic ‘How do I move “search” to the top of menu?’ is closed to new replies.