MyBB Community Forums

Full Version: Move Search Bar (HELP)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is the only thing that needs doing on my forum now apart from a logo.

As you can see i've made the BG the blue bit smaller but the search bar as stayed so how do i move the search bar up into the blue bit?

http://www.fmtactician.net/forum/
(2012-03-17, 11:37 AM)jamie1990 Wrote: [ -> ]This is the only thing that needs doing on my forum now apart from a logo.

As you can see i've made the BG the blue bit smaller but the search bar as stayed so how do i move the search bar up into the blue bit?

http://www.fmtactician.net/forum/

perhaps remove the <br> tags that are above the search div tag in the header, this should move the search box up by 2 lines ... or you could add some extra css to the search class add the lines
position: absolute;
top: 166.5px;
which will locate the search box @ 166.5px from the top of the page, you may need to fiddle with the top value to get it were you want it. you also may want to adjust the textbox class so it appears on top of the under lying image
All sorted mate thanks!

Had to change the global css as the search text area was white but its good now.

You any good on photoshop for logos?
(2012-03-17, 12:46 PM)jamie1990 Wrote: [ -> ]All sorted mate thanks!

Had to change the global css as the search text area was white but its good now.

You any good on photoshop for logos?

I use gimp (it's free) rather than photoshop to produce gif/jpg/png images what do you need ?