MyBB Community Forums

Full Version: Float links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i been trying to figure out how to float home, search, members ect beside the logo, so the logo would be to the left and those links to the right, any easy way to do this, thanks.
Use padding in css.

padding-top: -30px;

or something like that and then use padding-right to kind of move it around.

or you could use float: left once you have it in the right vertical position.

just my guess on it.
I would float the logo to the left and have the menu floated to the left aswell?
The logo is on the left right now, i just need those links to the right now.
Put the links on top of the logo in the code, float it to the right, and add margins where necessary.