Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • riparafiles Friend
    #192164

    Hi,

    in the footer there is the copyright area, in which we find … “Design by JoomalArt” and Joomla copyright info.

    I need to put some legal info in the copyright. I find the way to put them (in the default.php file in / templates / ja_beranis / html / mod_footer ) but the width is too small and the text flows in a lot of rows. I need to enlarge the width of the copyright area. I tried to find where, but sorry no success.

    Thanks a lot.

    PS, where is the color setting for that area?

    TomC Moderator
    #511861

    Getting a 404 error when clicking on the link you provided – please check

    Saguaros Moderator
    #511926

    Hi there,

    To expand copyright area, you open file: templatesja_beranistplsblocksfooter.php

    At approx line 37, you will see this line of code:

    <div class="<?php echo $this->getParam('t3-rmvlogo', 1) ? 'span3' : 'span3' ?> copyright<?php $this->_c('footer')?>">

    change it to:

    <div class="<?php echo $this->getParam('t3-rmvlogo', 1) ? 'span9' : 'span3' ?> copyright<?php $this->_c('footer')?>">

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

This topic contains 3 replies, has 3 voices, and was last updated by  Saguaros 11 years ago.

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