Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • treybraid Friend
    #144153

    i know i need to adjust the index.php—just cant figure out where exactly…

    need to make it narrower so the right column slides up…. like ja rutile…

    trey

    Anonymous Moderator
    #317315

    Hi

    Please try with my guider:

    + Open templatesja_nickelindex.php file, at about line 134, find following code:

    <div id="ja-container<?php echo $divid; ?>" class="wrap">
    <div class="main clearfix">
    <?php if ( $ja_left) { ?>
    <!-- Left COLUMN -->
    <div id="ja-col1">
    <div class="ja-innerpad">
    <jdoc:include type="modules" name="left" style="jamodule" />
    </div>
    </div>
    <!-- //Left COLUMN -->
    <?php } ?>
    <!-- CONTENT -->
    <div id="ja-content">
    <div class="main clearfix">
    <jdoc:include type="message" />
    <?php if ($this->countModules('ja-slideshow') ) { ?>
    <!-- TOP SPOTLIGHT -->
    <div id="ja-topsl" class="wrap">
    <div class="main">
    <div class="inner clearfix">
    <div id="ja-slideshow">
    <jdoc:include type="modules" name="ja-slideshow" style="raw" />
    </div>
    </div>
    </div>
    </div>
    <!-- //TOP SPOTLIGHT -->
    <?php } ?>
    <div id="ja-current-content" class="clearfix">
    <jdoc:include type="component" />
    </div>
    <?php if ( $ja_right): ?>
    <div id="ja-col2">
    <jdoc:include type="modules" name="right" style="jamodule" />
    </div>
    <?php endif; ?>
    </div>
    <!-- //CONTENT -->
    </div></div>

    and change to:

    <div id="ja-container<?php echo $divid; ?>" class="wrap">
    <div class="main clearfix">
    <?php if ( $ja_left) { ?>
    <!-- Left COLUMN -->
    <div id="ja-col1">
    <div class="ja-innerpad">
    <jdoc:include type="modules" name="left" style="jamodule" />
    </div>
    </div>
    <!-- //Left COLUMN -->
    <?php } ?>
    <!-- CONTENT -->
    <div id="ja-content">
    <div class="main clearfix">
    <jdoc:include type="message" />
    <?php if ($this->countModules('ja-slideshow') ) { ?>
    <!-- TOP SPOTLIGHT -->
    <div id="ja-topsl" class="wrap">
    <div class="main">
    <div class="inner clearfix">
    <div id="ja-slideshow">
    <jdoc:include type="modules" name="ja-slideshow" style="raw" />
    </div>
    </div>
    </div>
    </div>
    <!-- //TOP SPOTLIGHT -->
    <?php } ?>
    <div id="ja-current-content" class="clearfix">
    <jdoc:include type="component" />
    </div>
    </div>
    <!-- //CONTENT -->
    </div>
    <?php if ( $ja_right): ?>
    <div id="ja-col2">
    <jdoc:include type="modules" name="right" style="jamodule" />
    </div>
    <?php endif; ?>
    </div>
    </div>

    – Open templates/ja_nickel/css/template.css file, at about line 524, find following code:

    #ja-content {
    display: inline;
    float: left;
    width: 745px;
    }

    and change to:

    #ja-content {
    display: inline;
    float: left;
    width: 705px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 2 months ago.

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