Small tip here to help those who have a lot of categories which will make the 'More' link show up. When it does it tends to sit right out to the right hand side away from the main categories menu. This line of code will bring it back into the categories menu rather than all the way out to the right.
/* STOP MORE TAB MOVING OUT TO THE RIGHT*/
.subnav-more{ float:none; position:static!important }
Replies
Do you happen to know how to get a More link inside Group Pages?