Quote:
Originally Posted by appsfinder
yes thats what ive done removed the statusicons forum home page and want to move the area to the left so there's not a large space before the actual title/description?
|
In forumbits.css find:
Code:
.forumbit_post .foruminfo .forumdata .datacontainer {
float: {vb:stylevar left};
width: 88%;
padding-{vb:stylevar left}: {vb:math {vb:stylevar forumicon_size} + {vb:math {vb:stylevar padding}*2}};
}
Replace with:
Code:
.forumbit_post .foruminfo .forumdata .datacontainer {
float: {vb:stylevar left};
width: 88%;
padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2};
}