CSS

Adding a search floater bar to your theme

Today I added the search floater to run Drupal. A search floater is the search box you see up in the upper right corner of this website. By default if you enable the Search block in Drupal you can add it to a region. For example it could be added to the left content bar. However, I don't like this very much since it takes up a bunch of room. Instead I wanted the search box to float in the upper right of every page.

Adding this was pretty easy. here is the code I added to the page.tpl.php file Read more »

Syndicate content