-
AuthorPosts
-
treybraid Friend
treybraid
- Join date:
- May 2008
- Posts:
- 302
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 43
- Thanked:
- 14 times in 1 posts
September 12, 2009 at 8:17 pm #144153i 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 ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
September 14, 2009 at 9:43 am #317315Hi
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;
} -
AuthorPosts
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