Moving Search Bar Into Menu
-
I just want to move the search box from the sidebar to the menu, next to the other page tabs. Anyone know the CSS code? I am a premium member.
The blog I need help with is: (visible only to logged in users)
-
Please add this style and see how it looks:
Adjust the top and right values to move it along x and y axis respectively.#search-2 { position: absolute; top: 205px; right:230px; } -
-
-
-
Actually, that didn’t work. It wouldn’t let it move into the menu area no matter how high I changed the top to.
-
-
-
-
Can we try this please:
div#wrapper { position:relative; } #search-2 { position: absolute; top: 143px; right:50px; } -
- The topic ‘Moving Search Bar Into Menu’ is closed to new replies.