MyBB Community Forums

Full Version: Search box help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On the new theme that I am making, I am trying to get the search box to look like this.
[Image: search_screen.jpg]

I did everything I needed to, but I have this instead.
[Image: search_screen2.jpg]

Any idea on how to fix this?
You probably have to over-write the browser default stuff (like margins, paddings, etc). Maybe adding a margin: 0px to the button could work.
I have a margin: 0px; in both the search box code and the search button code, as well as a padding: 0px; in the search button code, but it still looks like that Undecided
Nevermind I found a way
Relative positioning or negative margins is how I usually do it.
Abit off topic but I am looking for a theme which offers this kind of in line search at the top of the forum, rather than being diverted to a separate search page when clicking search.
Have you finished this theme? Or does anyone know of any themes which have an inline search box?
Thanks Smile
Its cool, I found the code for it Smile