Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • testcouch Friend
    #202623

    hello Saguaros, i have a similar question:)

    http://www.joomlart.com/forums/topic/moving-content-position/

    i try to achieve something like this:


    1. Layout
    Saguaros Moderator
    #554862

    I replied in that thread already.

    Any screenshots of how you want to achieve?

    testcouch Friend
    #555037

    hi, i try to achieve that content-mass-top position is showed between sidebar-1 and sidebar-2 with same width like component position!

    Saguaros Moderator
    #555040

    Seem 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>

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

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 10 years ago.

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