XF 1.1 remove status icons and move text to left.

Gabby

Well-known member
Hello.
I would like to remove my forum status icons (on my forum list) all together, then move forums over to left, inline with category.

Anyway to do this?

Thank you

G
 
Tested in firebug but sure this can be done via style properties. Add the following to extra.css

Code:
.node .nodeText {
margin: 10px 270px 10px 10px;
}

.node .nodeIcon {width 0;}

edit: severely Ninja'd
 
OMG Thank you. This looks so much better/cleaner.

P.S. A searched for a response before posting, but nothing came up for search terms "removing status icons " How strange..

Anyway, THANK YOU AGAIN EVERYONE!
 
Top Bottom