Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tuhami Friend
    #995284

    Hello
    I need to delete footer-logo and shift footer1,2 &3 Instead of it.
    http://www.afkargroup.com.ly/index/index.php/ar/

    Thanks


    1. logo-footer
    Pankaj Sharma Moderator
    #995443

    Hi
    To remove the logo , Go to template folder /tpls/blocks/footer.php file
    Find and remove the code

        <div class="footer-logo col-xs-12 col-lg-2">
                    <div class="footer-logo-container">
                        <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
                            <?php echo strip_tags($sitename) ?>
                        </a>
                    </div>
                </div>

    Now Find

    <!-- FOOT NAVIGATION -->
                    <div class="col-xs-12 col-lg-10">

    Replace it with

    <!-- FOOT NAVIGATION -->
                    <div class="col-xs-12 col-lg-12">

    Hope it helps .

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 6 months ago.

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