running the theme 'Bluebreeze', I need to align the search box...

short view:

http://img235.imageshack.us/img235/73/newbitmapimage3dp2.png

I need to:

  1. Remove the "Search this site" text...
  2. Move the rest of the search form to either a specific distance from the left or
    Move it to be a certain number of pixels to the left of the "home" button (preffered)

    Can anyone do that?

Comments

jnvsor’s picture

If no-ones going to help, could someone at least show me how to edit the header?

I know php gives $header

thats where it is...

but in which file is $header defined?

ncy’s picture

hi, dunno know if you've found the answers already, but i can answer one question.

to remove "Search this site", go into your core directory's /modules/search directory and edit the file "search.module". search for the text: '#title' => t('Search this site'). and change it to '#title' => t(''). it's prolly bad practice to be editing core files, but i dont see how else to do it since Search is builtin.

did you find where $header is defined? i'm new to drupal and would like to know as well. :P

Rowanw’s picture

Start by checking the theme guide, specifically the 'Overriding templates' section on this page, which deals with this exact feature.

sepeck’s picture

see the Documentation link and the Theme guide (Drupal 6) for more information on theming. Not knowing the theme, I would start with page.tpl.php at a guess.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide