Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
December 17, 2016 at 7:17 pm #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
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 19, 2016 at 2:24 am #995443Hi
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 .
1 user says Thank You to Pankaj Sharma for this useful post
AuthorPostsViewing 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, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum