The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Where to edit forumhead padding?
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. |
#2
|
|||
|
|||
Try with this
Code:
.forumbit_nopost .forumhead .forumtitle, .forumbit_nopost .forumhead span, .forumbit_nopost .forumhead .collapse, .forumbit_post .forumhead h2 span { clear: right; color: #FFFFFF; display: block; float: left; font: bold 12px Arial,Tahoma,Calibri,Verdana,Geneva,sans-serif; padding: 8px 0; } |
#3
|
|||
|
|||
Thank you, Jeff! That did what I was after.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|