MyBB Community Forums

Full Version: replacing login and register
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hey guys,

How do I replace the login and register buttons in the navigation bar to all the way to the right like on the picture?

Thanks.

[attachment=29853]
Add the following line in global.css:
.welcome {
    float: right;
}
This will move the "Welkom, gast!" text to the right as well. If you don't want that moved, you must make some template edits.

MikeInToshx

I don't mind, looks good, cheers!

When logged in, the bar where it says welcome, "username", has also floated to the right.

[attachment=29854]