That is the politest "I told you so" ever.
Is there a conditional that I could use, that's along the lines of "if it's a subforum"?
Eg if not a subforum, width = wide, if it's a sub, width = narrow?
Edit: Ooooh, my RSS/Subscription icons are still in there...
*runs off to hunt them down*
--------------- Added [DATE]1302485317[/DATE] at [TIME]1302485317[/TIME] ---------------
A-ha!
Code:
.forumbit_post .forumactionlinks {
width: 5%;
display:block;
float:{vb:stylevar left};
clear:{vb:stylevar right};
}
So that 5% there is the width of the RSS/subscribe column. Making it wee allowed my stuff to span correctly. Once again, you kick ass, Lynne.