paulket
07-03-2011, 07:57 PM
I have searched all of the padding variables and have not been able to find where to edit the forumhead padding. When I look with Firebug I see:
.forumbit_nopost .forumhead .forumtitle, .forumbit_nopost .forumhead span, .forumbit_nopost .forumhead .collapse, .forumbit_post .forumhead h2 span {
-moz-font-feature-settings: normal;
-moz-font-language-override: normal;
-x-system-font: none;
clear: right;
color: #FFFFFF;
display: block;
float: left;
font-family: Arial,Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-size: 14px;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
padding-bottom: 4px;
padding-left: 0;
padding-right: 0;
padding-top: 4px;
}
The bold text is what I would like to edit. Any help would be greatly appreciated.
.forumbit_nopost .forumhead .forumtitle, .forumbit_nopost .forumhead span, .forumbit_nopost .forumhead .collapse, .forumbit_post .forumhead h2 span {
-moz-font-feature-settings: normal;
-moz-font-language-override: normal;
-x-system-font: none;
clear: right;
color: #FFFFFF;
display: block;
float: left;
font-family: Arial,Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-size: 14px;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
padding-bottom: 4px;
padding-left: 0;
padding-right: 0;
padding-top: 4px;
}
The bold text is what I would like to edit. Any help would be greatly appreciated.