PDA

View Full Version : [VB] Template size change?



Leet
07-03-2009, 11:08 PM
I've just designed myself a new vbulletin template however I want to change the size of the content?

For example:



Welcome To Habbox Forum / Goodbye (1 Viewing)
This is where we get to know you and you get to know us. Come on in and say Hi!



Into this: (smaller size)

Welcome To Habbox Forum / Goodbye (1 Viewing)
This is where we get to know you and you get to know us. Come on in and say Hi!

So where about in the main css template do i add or change the size format? Cheers.

Jamesy
08-03-2009, 11:25 AM
style manager > edit templates > forumhome > forumhome_forumbit_level2_post and look for:


<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>

You can then edit the inline styles, eg:


<div>
<a style="font-size:16px;" href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>

Want to hide these adverts? Register an account for free!