The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can I change footer width?
Hello guys,
I have my forum with a fixed width (980px) And recently I have enabled the sidebar at my forum, but didnt like the result... The problem is that my footer, what's going on box, etc, is compressed to the width of the forum tables themselves. Actually this is how my forumhome looks like: ------------navbar------------- ----forums ----- sidebar ----- ----footer ---------------------- And I need to looks like that: ------------navbar------------- ----forums ----- sidebar ----- ------------footer -------------- Can please someone help me? Im using default theme... |
#2
|
|||
|
|||
Please, anyone?
|
#3
|
||||
|
||||
A screenshot or a link to your forum would better help explain the situation.
The footer width is set to be the same as the header and everything else, it's probably not a simple change to make the edit you are requesting. (Nor a good idea) If you really wanted to change the footer width you would edit the footer template. Find the line: Code:
<div id="footer" class="floatcontainer footer"> Code:
<div id="footer" class="floatcontainer footer" style="width:1000px;"> But again I caution you this is probably going to make things worse, not better. (You can of course always undo it.) |
#4
|
|||
|
|||
Thank you for your reply BirdOPrey5
I did your trick but didn't worked... Btw, I changed my board width by changing doc_maxWidth (980px) and doc_margin (left and right auto) Stylevars. Heres an example of what I need: Current: http://screensnapr.com/e/5XL2QW.jpg Needed: http://screensnapr.com/e/n2KEux.jpg I sent you my board link via PM. |
#5
|
||||
|
||||
I see, that's called the "What's Going On Box" not the footer.
I tested this on 4.0.8 and it should work the same on most 4.x versions. Edit your FORUMHOME template. Near the bottom find all the sidebar code, for me it looks like this, your version might be slightly different: Code:
<vb:if condition="$show['sidebar']"> </div> </div> <div id="sidebar_container"<vb:if condition="$show['sidebarposition'] == 'left'"> class="sidebarleft"</vb:if>> <a id="sidebar_button_link" href="#"> <vb:if condition="$show['sidebarposition'] == 'left'"> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed-left.png" alt="" /> <vb:else /> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed.png" alt="" /> </vb:if> </a> <ul id="sidebar"> {vb:raw sidebar} </ul> </div> </vb:if> Code:
<!-- what's going on box --> |
#6
|
|||
|
|||
Perfect, thank you
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|