Ok so i managed to change the space of the forum title and status icon by doing this
Going into additional css
searching for .forumbit_post .foruminfo .forumdata
inserting this : padding-left:25px;
It worked for the forum title! BUT it did not move the forum description text not to sure where to find that???
--------------- Added [DATE]1374612931[/DATE] at [TIME]1374612931[/TIME] ---------------
Resolved this! Posting how incase anyone else has the issue.
additional css>forum bit css
.forumbit_post .forumdescription {
display:block;
clear:both;
padding-left:25px; - added this
color: #797979;
margin-bottom: 12px;
|