Quote:
Originally Posted by markbolyard
bonjurkes,
After reviewing your site, I see that the footer breaks if the following occur:
Style Selection + Language Selection + Long Forum Name exist. If this is the case, you can move a few things to clean it up.
In the footer template, find:
Code:
<br />
<div class="smallfont" align="center">
Will be the first two lines. Replace with:
Code:
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]<br />
$vbphrase[powered_by_vbulletin]<br />
$vboptions[copyrighttext]
Now find:
Code:
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
and remove $vbphrase[powered_by_vbulletin] from this section.
Next find:
Code:
$vboptions[copyrighttext]
</div>
</div></td>
and remove $vboptions[copyrighttext]
SAVE TEMPLATE
This will move the copyright text up to the time display area, thus freeing up space in the narrow footer for your selectors and long forum name.
|
thanx for help, but now it is too narrow, i want it to be wide, like before i fix the footer.
do i want much thing?