MyBB Community Forums

Full Version: Menu Move Help Please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I am not sure how to explain this so I took a picture. I want to move the menu up in the top right part of the header/logo area.

[Image: 3tvdi.png]
Only way I can think of doing it is to put <div id="submenu">MENU STUFF CODE</div> around your code and then add this to your css:

#submenu {
margin-top:-#px;
}

Change the # with how many pixels up you want to move it.
First off, did you draw that blue background onto a screen shot of your forum or did you already add it to the template files? If you already do have it within the template files why can't you just cut/paste the code for the menu and place it with the code for your blue background? If I understand correctly all you want to do is relocate the menu so you shouldn't have that much trouble doing it unless you don't have knowledge of CSS and HTML.
Surely all you'd have to do is cut the links, put them in the header, and put a float right in.