Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • alioztr Friend
    #160506

    How can remove this box

    thanks

    Phill Moderator
    #377765

    Please open templates>ja_teline_iv>blocks>footer.php and remove the code highlighted in red below.

    <?php
    $app = & JFactory::getApplication();
    $siteName = $app->getCfg('sitename');
    ?>
    <div id="ja-footlogo" >
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </div>

    <?php if($this->countModules('footnav')) : ?>
    <div class="ja-footnav">
    <jdoc:include type="modules" name="footnav" />
    </div>
    <?php endif; ?>

    Then open template.css and around line 89 find the following code and edit the bit in red below from 240px to 10px


    #ja-footer .main-inner1 {
    padding:12px 0 24px 240px;

    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Phill 13 years, 8 months ago.

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