Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • pawaii Friend
    #134653

    Please I need to put another user after body, before the space where is the pathway (You are in: Home etc)

    I need to put in there a big space of all the site width to put a large banner.

    Please let me know how can I do this.

    Sherlock Friend
    #277176

    Hi pawaii !
    You can do it following way below :
    Open index.php file in templates/ja_edenite folder, find following code section at about line 168 :


    <?php if ($ja_left) { ?>
    <!-- BEGIN: LEFT COLUMN -->
    <div id="ja-col1">
    <jdoc:include type="modules" name="left" style="xhtml" />
    </div>
    <!-- END: LEFT COLUMN -->
    <?php } ?>

    </div></div></div>

    and change to :


    <?php if ($ja_left) { ?>
    <!-- BEGIN: LEFT COLUMN -->
    <div id="ja-col1">
    <jdoc:include type="modules" name="left" style="xhtml" />
    </div>
    <!-- END: LEFT COLUMN -->
    <?php } ?>

    </div></div>
    <div class="clearfix">
    <!-- load module -->
    </div>
    </div>

    pawaii Friend
    #277564

    I now have the module as I nedded. Thank you so mucho for your help.

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

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

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