-
AuthorPosts
-
jimewart Friend
jimewart
- Join date:
- January 2012
- Posts:
- 3
- Downloads:
- 5
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
June 7, 2013 at 8:56 pm #188070I am implementing a new site using Joomla 3.1.1 and the T3 Framework t3.1.2.5 & T3-blank template. I have been struggling to determine where the height of the t3-footer and t3-copyright blocks are being set. I only intend to have a single copyright line, about 30px but the block is about 210px high. Thank you for your help. Jim
il_bujia Friendil_bujia
- Join date:
- May 2013
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 20
- Thanks:
- 42
- Thanked:
- 2 times in 1 posts
June 8, 2013 at 3:13 pm #495202Hi
You can try with padding propertie.
Scott Lavelle FriendScott Lavelle
- Join date:
- November 2010
- Posts:
- 266
- Downloads:
- 16
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 64 times in 27 posts
June 9, 2013 at 1:02 pm #495233I’ve been generally removing the whole T3-copyright block from the bottom and using the footer spotlight. Of course, you can do whatever you need to accomplish your goal, but I’ve found that there is some extra styling on that copyright block at the bottom that I have to work around and I usually wind up with a few blocks across my footer anyway, so I use the footer spotlight.
To do this, I go to the templates/t3_blank/tpls/blocks/footer.php file and remove the whole section that is the copyright block at the bottom, which leaves me with this:
<!-- FOOT NAVIGATION -->
<div class="container">
<div class="footer-top"></div>
<?php $this->spotlight ('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6') ?>
<div class="footer-bottom"></div>
</div>
<!-- //FOOT NAVIGATION --><!----- CODE REMOVED FROM BELOW HERE ----->
Then in my custom.css file, I get rid of the padding (actually reduce it most of the time from 40px on both top and bottom to something more like this) :
footer#t3-footer div.t3-spotlight {
padding-top: 10px;
padding-bottom: 0;
}
Then in the modules that are inside that footer, remove the margin on the bottom, like this (for all three I have going across usually as custom HTML modules):
div.module_footer-contact {
text-align: center;
margin-bottom: 5px;
}
Does this help?
Scott Lavelle - Technical Resource Solutions, LLC
Certified Joomla Administrator1 user says Thank You to Scott Lavelle for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
-
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by jimewart 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum