Moving Search Bar to the Right
-
I’m trying to move the search bar on my site to the right side, so it is in the same line as the main navigation menu. How do I do this correctly?
I have tried using flexbox, but it only moves the actual button, not the entire search bar (with its box).
The blog I need help with is: (visible only to logged in users)
-
While it isn’t perfect, this will change the alignment of the search div:
div#search-header { float: right; }I hope that helps!
- The topic ‘Moving Search Bar to the Right’ is closed to new replies.