Hey Sorry i missed a line on that above code for IE
Code:
* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }
* { box-shadow: none !important; }
--------------- Added [DATE]1354104027[/DATE] at [TIME]1354104027[/TIME] ---------------
That is caused by this :
Code:
.forumbit_nopost .forumhead .forumtitle a {
color: #3B5998;
margin-left: 10px;
}
Add some more CSS to your additiona.css template to remove that left margin space.