Category description

Sway

Active member
I would like to move the forum category description to the side. Having that extra chunk on the bottom is an eye sore..

See here:
DDPKqx6.png


I'd like to move the description to the side of the category name. Anyone know how i can get this done? :P
 
I would like to move the forum category description to the side. Having that extra chunk on the bottom is an eye sore..

See here:
DDPKqx6.png


I'd like to move the description to the side of the category name. Anyone know how i can get this done? :p

I'm not sure I understand but maybe this is what your after insert into extra.css template

Code:
.nodeList .categoryStrip .nodeDescription, .nodeList .categoryStrip .nodeTitle {
    display: inline;
}
 
Top Bottom