The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Move icon legend
As you can see in the image below, the icon legend takes up an unnecessary extra row, when it could be right aligned with the 'forum statistics' row.
Is there any way to do this? |
#2
|
|||
|
|||
Sure!
Go to your Style Manager and edit template FORUMHOME. Backup your template first before making any changes. Find: HTML Code:
<div id="wgo_stats" class="wgo_subblock section">
One line above add: HTML Code:
<table style="border-top:{vb:stylevar blocksubhead_border};"> <tr> <td style="width:50%;"> Find: HTML Code:
{vb:raw template_hook.forumhome_wgo_stats} </div> </div> One line below add: HTML Code:
</td> <td style="width:50%;"> Find: HTML Code:
{vb:raw template_hook.forumhome_icon_legend} </dl> </div> </div> One line below add: HTML Code:
</tr> </table> |
#3
|
|||
|
|||
It ended up like this: :s
|
#4
|
|||
|
|||
Try this:
Find: HTML Code:
<div id="wgo_stats" class="wgo_subblock section"> <h3 class="blocksubhead"> Find: HTML Code:
<div id="wgo_legend" class="wgo_subblock section"> <h3 class="blocksubhead"> If this doesn't help, can you provide a link to your forum? |
#5
|
|||
|
|||
There was no difference :/
|
#6
|
|||
|
|||
Can you provide me a link to your forum? It might be something with the custom theme
|
#7
|
|||
|
|||
<a href="http://vizor.us" target="_blank">http://vizor.us</a>
I've looked around and still no luck :/ |
#8
|
|||
|
|||
Change the style="width:50%;" to style="width:50%;vertical-align:top;" on both <td> elements.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|