Skip to main content
Topic: Move My Messages & Mentions menu tabs (Read 1499 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Move My Messages & Mentions menu tabs

I'd like to move My Messages & Mentions to be to right of menu, next to Profile tab.
That way, they'd be together, as a member's section of menu.
Doing this on a site, that has a lot of site menu items... LOL

Re: Move My Messages & Mentions menu tabs

Reply #1

The profile menu is simply "float: right", so adding:
Code: [Select]
.listlevel1#button_pm, .listlevel1#button_mentions {
    float: right;
}
though, if there are many menu items, it may not be very nice to see at certain resolutions (buttons may start going on two lines).
Bugs creator.
Features destroyer.
Template killer.