Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • robvp Friend
    #187699

    I need to change the width of the block “inset”. It seemed very easy to do on other templates but I just cannot figure this out out with this new setup. please help.

    Thanks in advance,

    Rob

    phong nam Friend
    #493707

    Hi Rob,

    <blockquote>I need to change the width of the block “inset”</blockquote>
    On JA Argo template, you need to adjust the inset’s width & content’s width also. Pls try these:
    Open templatesja_argotplsblocksmainbody-content-left.php, then replace:

    <!-- MAIN CONTENT WITH INSET -->
    <div class="row-fluid">
    <div class="span3 t3-content-inset<?php $this->_c($inset)?>">
    <div class="t3-inset scrollcontainer">
    <div class="t3-inset-inner viewport">
    <div class="overview">
    <jdoc:include type="modules" name="<?php $this->_p($inset) ?>" style="T3xhtml" />
    </div>
    </div>
    </div>
    </div>
    <div class="span9 t3-content-main">
    <jdoc:include type="component" />
    </div>
    </div>
    <!-- //MAIN CONTENT WITH INSET -->

    with


    <!-- MAIN CONTENT WITH INSET -->
    <div class="row-fluid">
    <div class="span4 t3-content-inset<?php $this->_c($inset)?>">
    <div class="t3-inset scrollcontainer">
    <div class="t3-inset-inner viewport">
    <div class="overview">
    <jdoc:include type="modules" name="<?php $this->_p($inset) ?>" style="T3xhtml" />
    </div>
    </div>
    </div>
    </div>
    <div class="span8 t3-content-main">
    <jdoc:include type="component" />
    </div>
    </div>
    <!-- //MAIN CONTENT WITH INSET -->

    Leo


    1. 4
    2. 1
    robvp Friend
    #493779

    Thanks for explaining it to me. I do now understand. And It worked out well.

    I was having a hard time understanding the responsive blocks.

    phong nam Friend
    #493785

    Hi,

    You can know more about our template’s layout which runs on T3 plugin with below document:
    http://t3-framework.org/documentation/layout-system.html

    Leo

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

This topic contains 4 replies, has 2 voices, and was last updated by  phong nam 11 years, 5 months ago.

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