The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
add new css... or edit footer..
The part that goes out, that's a footer that I added into the navbar. Trust me, it looks good there, but it's a bit big... There's one thing saying what size, and it says 100% (in the code in navbar template) Code:
<form action="$vboptions[forumhome].php" method="get"> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center"> <tr> <if condition="$show['quickchooser']"> <td class="tfoot"> <select name="styleid" onchange="switch_id(this, 'style')"> <optgroup label="$vbphrase[quick_style_chooser]"> $quickchooserbits </optgroup> </select> </td> </if> <if condition="$show['languagechooser']"> <td class="tfoot"> <select name="langid" onchange="switch_id(this, 'lang')"> <optgroup label="$vbphrase[quick_language_chooser]"> $languagechooserbits </optgroup> </select> </td> </if> <td class="tfoot" align="$stylevar[right]" width="500"> <div class="smallfont"> <strong> Style Coded by <a href="http://www.trasion.com/forum/">Trasion</a>. </strong> </div> </td> </tr> </table> How can I either resize that one bar, or make a new css to make a new one resized? (The footer, and bottom of each category also uses the same footer, and I don't want it resized on those. On them, it's perfect.) I've tried editing the "100%" in the code above, to "500" or smaller, but nothing changes... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|