The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to change Font Padding for forumhead (or tcat)
I just search around but couldnt find out how to do this: or which style var do it.
I added here a picture hope it can explain more clearly what I want to do? and how can i change the font size in forum description and thread If anybody know how to do it please help me with it! thank you in advanced Regards, --------------- Added [DATE]1287429265[/DATE] at [TIME]1287429265[/TIME] --------------- anyone? |
#2
|
||||
|
||||
Been trying to find out myself but no luck mate
--------------- Added [DATE]1287859449[/DATE] at [TIME]1287859449[/TIME] --------------- https://vborg.vbsupport.ru/showthrea...74#post2113274 |
#3
|
|||
|
|||
I would love to know this too. I would like to center the forum name. It was centered before I upgraded but can't find out how to do it on 4.0.
|
#4
|
|||
|
|||
Old post, but I figured this out for those searching.
In forumbits.css, forst under forumhead I gave my forumhead a height: (last line) Code:
forumhead { background: {vb:stylevar forumhead_background}; _background-image: none; padding: 0; font:{vb:stylevar forumhead_font}; color:{vb:stylevar forumhead_color}; clear:both; margin-top: 0; height: 30px; Code:
.forumbit_nopost .forumhead .forumtitle a { color: {vb:stylevar forumhead_color}; margin-{vb:stylevar left}: {vb:stylevar padding}; padding-left: 120px; float:left; height:50%; margin-top:4px; } |
#5
|
|||
|
|||
You'll need to add it here as well, to get Last Post to do the same thing, dropping the float.
Code:
.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost { width: 21%; height:50%; margin-top:4px; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|