
Instruction:
Go to Look & Feel > "Your Style" > CSS> IPB_style.css and find the following:
And Change it to:
table.ipb_table .subforums {
margin: 2px 0 3px 0px;
padding-left: 0px;
overflow: hidden;
}
table.ipb_table .subforums li{
background: url({style_images_url}/subforum_nonew.png) no-repeat left 3px;
width: 38%;
padding: 4px 15px 0px;
margin: 0;
float: left;
}
table.ipb_table .subforums li.unread {
font-weight: bold;
background-image: url({style_images_url}/subforum_new.png);
}
Well the finding for the subforums are a little different depending on the skin, that was the change-up for the Default Master Skin, Other skin style findings may vary depending on the skin, which the css style will look very different from the style finding for the Default skin. Just find it and replace it with the second part.
P.S - Most likely this will go into a tutorial or someplace I don't know about so If you have any questions just PM me and ill get back to you.












