Is there CSS to allow the Options link in a forum thread to default as expanded?
This is the only CSS I have for that element right now:
.forum-thread-box .options{ text-align: right; }
Oh, AND, I'm having an impossible time moving the category block statistics and options over to the left.
Category page.
Current CSS
.forum-category-box .description-block .statistics{ font-size: 85%; text-align: right; } .forum-category-box .options{ text-align: right; }
Thanks!!