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