-
AuthorPosts
-
art3 Friend
art3
- Join date:
- April 2011
- Posts:
- 146
- Downloads:
- 81
- Uploads:
- 65
- Thanks:
- 96
- Thanked:
- 26 times in 4 posts
September 29, 2014 at 11:02 pm #201688Change width Footer
Original: 75% (left side) – 25% (Right side)
Replace with:
65% (left side) – 35% (Right side)
Thank you !!!
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 30, 2014 at 3:01 am #551055Hello
if you want to change the footer size .
Go to templatesja_medicaretplsblocksfooter.phpFind the codes
<div class="<?php echo $this->countModules('newsletter') ? 'col-xs-12 col-md-8 col-lg-9' : 'col-xs-12' ?> copyright <?php $this->_c('footer') ?>">
<?php if ($this->getParam('t3-rmvlogo', 1)): ?>
<div class="poweredby text-hide">
<a class="t3-logo t3-logo-small t3-logo-light" href="http://t3-framework.org" title="<?php echo JText::_('T3_POWER_BY_TEXT') ?>"
target="_blank" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>><?php echo JText::_('T3_POWER_BY_HTML') ?></a>
</div>
<?php endif; ?>
<jdoc:include type="modules" name="<?php $this->_p('footer') ?>" />
</div>
<?php if ($this->countModules('newsletter')) : ?>
<div class="col-xs-12 col-md-4 col-lg-3 pull-right">
<jdoc:include type="modules" name="<?php $this->_p('newsletter') ?>" style="raw" />
</div>Change the size of (copyrights >>)
col-xs-12 col-md-8 col-lg-9
and (newsletter >>)col-xs-12 col-md-4 col-lg-3
Make sure the total width is 12 . so if one side col-lg-8 then on the 2nd side its should be col-lg-4 .
Hope it helps you
1 user says Thank You to Pankaj Sharma for this useful post
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by art3 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum