ElkArte Community

Project Support => Support => Topic started by: Burke Knight on July 10, 2015, 06:03:15 am

Title: Move My Messages & Mentions menu tabs
Post by: Burke Knight on July 10, 2015, 06:03:15 am
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
Title: Re: Move My Messages & Mentions menu tabs
Post by: emanuele on July 10, 2015, 07:53:49 am
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).