-
AuthorPosts
-
testcouch Friend
testcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
November 11, 2014 at 7:57 am #202623hello Saguaros, i have a similar question:)
http://www.joomlart.com/forums/topic/moving-content-position/
i try to achieve something like this:
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 11, 2014 at 10:11 am #554862I replied in that thread already.
Any screenshots of how you want to achieve?
testcouch Friendtestcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
November 12, 2014 at 11:42 pm #555037hi, i try to achieve that content-mass-top position is showed between sidebar-1 and sidebar-2 with same width like component position!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 13, 2014 at 2:01 am #555040Seem that you’re using layout: default-left-content-right, you will need to edit the file: /templates/ja_social_t3/tpls/blocks/mainbody-left-content-right.php
Then change from:
<div id="t3-mainbody" class="t3-mainbody">
<div class="container">
<div class="row">
<!-- MAIN CONTENT -->
<div id="t3-content" class="t3-content <?php echo $this->getClass($layout, $col) ?> pull-right" <?php echo $this->getData ($layout, $col++) ?>>
<?php if ($this->countModules($contentmass)) : ?>
<div class="row-fluid">
<!-- CONTENT MASS -->
<div class="t3-content-mass pull-left t3-content-mass-top span12<?php $this->_c($contentmass) ?>">
<jdoc:include type="modules" name="<?php $this->_p($contentmass) ?>" style="T3Xhtml" />
</div>
</div>
<!-- //CONTENT MASS -->
<?php endif ?>
<div class="row">
<div class="main-content <?php echo ($this->getClass($layout, $col)!='')?$this->getClass($layout, $col):'span12'; ?> pull-left" <?php echo $this->getData ($layout, $col++) ?>>
<div class="main-content-inner">
<jdoc:include type="message" />
<jdoc:include type="component" />
</div>
</div>
To:
<div id="t3-mainbody" class="t3-mainbody">
<div class="container">
<div class="row">
<!-- MAIN CONTENT -->
<div id="t3-content" class="t3-content <?php echo $this->getClass($layout, $col) ?> pull-right" <?php echo $this->getData ($layout, $col++) ?>>
<div class="row">
<div class="main-content <?php echo ($this->getClass($layout, $col)!='')?$this->getClass($layout, $col):'span12'; ?> pull-left" <?php echo $this->getData ($layout, $col++) ?>><?php if ($this->countModules($contentmass)) : ?>
<div class="row-fluid">
<!-- CONTENT MASS -->
<div class="t3-content-mass pull-left t3-content-mass-top span12<?php $this->_c($contentmass) ?>">
<jdoc:include type="modules" name="<?php $this->_p($contentmass) ?>" style="T3Xhtml" />
</div>
</div>
<!-- //CONTENT MASS -->
<?php endif ?><div class="main-content-inner">
<jdoc:include type="message" />
<jdoc:include type="component" />
</div>
</div>
1 user says Thank You to Saguaros for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Saguaros 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change Module Position in Layout
Viewing 4 posts - 1 through 4 (of 4 total)