Move search bar to main menu navigation
-
I’d like to add search capability to my main navigation menu, preferably to the far right of the menu. It’s currently at the top of the right sidebar, but I think it’d look/feel better in the main nav.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Try this CSS and see what you think:
.c4 { position:static; } aside#search-8 { position:absolute; top: 425px; border:0px; z-index:999; width:350px; } -
- The topic ‘Move search bar to main menu navigation’ is closed to new replies.