The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Got a second?
Ok, for the life of me I can't figure out how to get the footer to stretch 100% width of the screen while the contents remain slightly narrower. The header does it no issues, but the footer for some reason sizes like it's part of main body which is narrowed.
Is there something I'm missing here? I know it should be simple, and I'm probably just tired, but, I could really use a little help here. Thanks in advance. |
#2
|
|||
|
|||
In the footer template
FIND Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center"> Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" class="page" align="center"> |
#3
|
|||
|
|||
You will have to change the css so you don't have any margin.
|
#4
|
|||
|
|||
-Update-
Turns out, I didn't close a <td> tag and it buggered up the whole shabang. All better now. Thnx for your help. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|