Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • art3 Friend
    #201688

    Change width Footer

    Original: 75% (left side) – 25% (Right side)

    Replace with:

    65% (left side) – 35% (Right side)

    Thank you !!!


    1. width-footer-real
    2. width-footer
    Pankaj Sharma Moderator
    #551055

    Hello
    if you want to change the footer size .
    Go to templatesja_medicaretplsblocksfooter.php

    Find 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

    art3 Friend
    #551173

    Thank you very much,

    I made the switch and is perfect !!!

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 ago.

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