-
AuthorPosts
-
robvp Friend
robvp
- Join date:
- June 2011
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 22, 2013 at 8:36 pm #187699I 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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 23, 2013 at 7:16 am #493707Hi 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
-
robvp Friend
robvp
- Join date:
- June 2011
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 23, 2013 at 7:55 pm #493779Thanks 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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 24, 2013 at 1:31 am #493785Hi,
You can know more about our template’s layout which runs on T3 plugin with below document:
http://t3-framework.org/documentation/layout-system.htmlLeo
-
AuthorPosts
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
Jump to forum