Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • plusev Friend
    #186549

    I was wondering if there was a way to expend the footer section to be across the whole page

    http://lynchemsports.com/

    HeR0 Friend
    #489118

    Hi Plusev,

    Please open file templatesja_mitiustplsblocksfooter.php and find

    <section class="ja-copyright">
    <div class="container">
    <div class="row">
    <div class="span8 copyright<?php $this->_c('footer')?>">
    <jdoc:include type="modules" name="<?php $this->_p('footer') ?>" />
    </div>
    <div class="span4 poweredby">
    <small><a href="http://t3-framework.org/" title="Powered By T3 Framework" target="_blank">Powered by <strong>T3 Framework</strong></a></small>
    </div>
    </div>
    </div>
    </section>

    replace to

    <section class="ja-copyright">
    <div class="container">
    <div class="row">
    <div class="span12 copyright<?php $this->_c('footer')?>">
    <jdoc:include type="modules" name="<?php $this->_p('footer') ?>" />
    </div>
    </div>
    </div>
    </section>
    <section class="ja-copyright">
    <div class="container">
    <div class="row">
    <div class="span12 poweredby">
    <small><a href="http://t3-framework.org/" title="Powered By T3 Framework" target="_blank">Powered by <strong>T3 Framework</strong></a></small>
    </div>
    </div>
    </div>
    </section>

    Hope this helps.

    Regards

    plusev Friend
    #489250

    Thanks so much!

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

This topic contains 3 replies, has 2 voices, and was last updated by  plusev 11 years, 7 months ago.

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