Search Bar
-
Hello:
Is there a CSS code to add a search bar in the menu rather than sidebar for Harmonic theme?
The blog I need help with is: (visible only to logged in users)
-
What about something like:
#search-2 { position: absolute; left: 0; top: 50px; z-index: 11112; } .search-form input { background: #fff; }This is a bit hacky, but might do the trick. Note that it’ll only work on pages where the sidebar is present.
-
- The topic ‘Search Bar’ is closed to new replies.