vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Need custom grid (https://vborg.vbsupport.ru/showthread.php?t=276585)

K4GAP 01-07-2012 05:56 PM

Need custom grid
 
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

Lynne 01-07-2012 07:47 PM

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)?

K4GAP 01-07-2012 08:25 PM

Quote:

Originally Posted by Lynne (Post 2284930)
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)?

Hmmm, well, No but I'll give it a go. I really don't know how to do that but I need to learn I reckon. Is there anything in the how to section at vbulletin.com on doing that?


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>



All times are GMT. The time now is 01:01 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00967 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete