Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • chan08 Friend
    #131579

    Hi Everyone,

    How do I remove the “right” module position, and then resize the “left” one to be the width of “user 5”?

    Thanks in advance,
    Mike

    Sherlock Friend
    #264488

    Hi chan08 !
    You do it following steps below :
    1. You open index.php file in templates/ja_genista folder , find following code section at at about line 176 :


    <?php if ($ja_right) { ?>
    <div id="ja-col2">
    <jdoc:include type="modules" name="right" style="xhtml" />
    </div>
    <?php } ?>

    remove it .
    2. Open template.css file in templates/ja_genista/css folder , find following code section at about line 856 :


    #ja-colwrap div.innerpad {
    background:transparent url(../images/vdot.gif) repeat-y scroll center top;
    }

    remove red text.
    continue , find following code section at about line 860 :


    #ja-col1 {
    float:left;
    overflow:hidden;
    width:50%;
    }

    change to :


    #ja-col1 {
    float:left;
    overflow:hidden;
    width:100%;
    }

    Sherlock Friend
    #264487

    Hi chan08 !
    You do it following steps below :
    1. You open index.php file in templates/ja_genista folder , find following code section at at about line 176 :


    <?php if ($ja_right) { ?>
    <div id="ja-col2">
    <jdoc:include type="modules" name="right" style="xhtml" />
    </div>
    <?php } ?>

    remove it .
    2. Open template.css file in templates/ja_genista/css folder , find following code section at about line 856 :


    #ja-colwrap div.innerpad {
    background:transparent url(../images/vdot.gif) repeat-y scroll center top;
    }

    remove red text.
    continue , find following code section at about line 860 :


    #ja-col1 {
    float:left;
    overflow:hidden;
    width:50%;
    }

    change to :


    #ja-col1 {
    float:left;
    overflow:hidden;
    width:100%;
    }

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Sherlock 16 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum