-
AuthorPosts
-
lndesigns Friend
lndesigns
- Join date:
- August 2012
- Posts:
- 94
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 26
- Thanked:
- 10 times in 1 posts
May 7, 2014 at 11:19 pm #197504ummm, I would like to be able to have my JA News Featured full width in the T3 (responsive) version in position home-feature-1 …
if I don’t have anything in mast-col-1, it still shows as a big white blank space. :((THNX
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
May 8, 2014 at 4:43 am #534106@indesigns,
Do you want JA News Featured like this image ? http://easycaptures.com/fs/uploaded/728/0274418846.jpg
If so, pls try to open file: /templates/your_template_name/tpls/blocks/mainbody.php then find and replace this code:
<div class="span8">
<?php if ($this->countModules('home-feature-1')) : ?>
<div class="home-feature<?php $this->_c('home-feature-1')?>">
<jdoc:include type="modules" name="<?php $this->_p('home-feature-1') ?>" style="T3Xhtml" />
</div>
<?php endif; ?>
</div>
<div class="span4">
<?php if ($this->countModules('mast-col-1')) : ?>
<div class="t3-mastcol t3-mastcol-1<?php $this->_c('mast-col-1')?>">
<jdoc:include type="modules" name="<?php $this->_p('mast-col-1') ?>" style="T3Xhtml" />
</div>
<?php endif; ?>
</div>With:
<div class="span12">
<?php if ($this->countModules('home-feature-1')) : ?>
<div class="home-feature<?php $this->_c('home-feature-1')?>">
<jdoc:include type="modules" name="<?php $this->_p('home-feature-1') ?>" style="T3Xhtml" />
</div>
<?php endif; ?>
</div>– And add this code to the same file above: http://prntscr.com/3h8o5r
<?php if ($this->countModules('mast-col-1')) : ?>
<div class="t3-mastcol t3-mastcol-1<?php $this->_c('mast-col-1')?>">
<jdoc:include type="modules" name="<?php $this->_p('mast-col-1') ?>" style="T3Xhtml" />
</div>
<?php endif; ?>Let me know if this helps.
1 user says Thank You to Nazario A for this useful post
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Nazario A 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum