If I make #search-box use absolute/relative positioning, it still hides behind other elements. See the screenshot.

CommentFileSizeAuthor
searchbox.png2.67 KBmiggols99

Comments

johnalbin’s picture

Category: bug » support
Status: Active » Fixed

It looks like your #navbar doesn't have a height that is big enough to fit the search box. The positioning of the search box is irrelavent to whether it is above/below the left sidebar. Look at the #navbar's height in layout.css and the margin-top of the #sidebar-left.

If you really want the searchbox floating above the left sidebar, you're going to have to move the search box to be inside the sidebar-left (by modify $search-box's location in page.tpl.php.)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.