Closed (fixed)
Project:
Zen
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2008 at 23:12 UTC
Updated:
14 Jul 2012 at 19:34 UTC
If I make #search-box use absolute/relative positioning, it still hides behind other elements. See the screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| searchbox.png | 2.67 KB | miggols99 |
Comments
Comment #1
johnalbinIt 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.)
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.