The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I've been trying to touch up my site and right now the only grid I have is the "Two Columns + Sidebar (25%, 75%, 240px)"
What I need is for the left column to be the same as the right side sidebar (240px). Any suggestions on how I can accomplish this? ie, (240px, 100%, 240px). Thanks for any help |
|
#2
|
||||
|
||||
|
Have you tried just creating a 25/75/240 grid and flattening it and then modifying the css for the 25% column to use the same classes as for the 240 column (probably some other small adjustments also needed)?
|
|
#3
|
|||
|
|||
|
Quote:
Is this the code that needs to be altered? Code:
<grids>
<grid name="Two Columns + Sidebar (25%, 75%, 240px)" auxheader="0" auxfooter="1" addcolumn="1" addcolumnsnap="1" addcolumnsize="3" columns="8"><![CDATA[<div id="doc3" class="yui-tvb-r3">
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<div class="yui-gf">
<div class="yui-u first yui-panel">
<ul class="list_no_decoration widget_list" id="widgetlist_column1">$column[1]</ul>
</div>
<div class="yui-u yui-panel">
<ul class="list_no_decoration widget_list" id="widgetlist_column2">$column[2]</ul>
</div>
</div>
</div>
</div>
<div class="yui-b yui-sidebar">
<ul class="list_no_decoration widget_list" id="widgetlist_column3">$column[3]</ul>
</div>
</div>
<div id="ft">
<div class="yui-u yui-footer">
<ul class="list_no_decoration widget_list" id="widgetlist_column4">$column[4]</ul>
</div>
</div>
</div>
]]></grid>
</grids>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|