-
AuthorPosts
-
questbg Friend
questbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
June 24, 2010 at 7:45 am #152020Hi Everybody
I’ve got a small problem with the alignment of text in the footer area:
I would like the ‘Site Developed By’ line of text indenting to match the line above
Here’s the code I currently have:
<?php
/*------------------------------------------------------------------------
# JA Mesolite for Joomla 1.5 - Version 1.2 - Licence Owner JA69989
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites: http://www.joomlart.com - http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/
// no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<small><?php echo $lineone; ?> | <a href="http://www.britishlionfoodstore.com/index.php?option=com_contact" title="Contact British Lion Food Store" target="blank">Contact</a> |<a href="http://www.britishlionfoodstore.com/index.php?option=com_content&view=article&id=565" title="About Us" target="blank"> About Us</a> |<a href="http://www.britishlionfoodstore.com/index.php?option=com_content&view=article&id=564" title="Privacy Policy" target="blank"> Privacy Policy</a> |<a href="http://www.britishlionfoodstore.com/index.php?option=com_content&view=article&id=543" title="Terms and Conditions" target="blank"> Terms</a> |<a href="http://www.britishlionfoodstore.com/index.php?option=com_content&view=article&id=828" title="How to Find Us" target="blank"> Map</a> |<small> <p>
</p>Site developed by <a href="http://www.tonicwebworks.com/" title="TonicWebWorks.com" target="blank">TonicWebWorks.com</a>.</small>
</p>
I have to admit that php is not my strong point :-[
Any help greatly appreciated.
Thanks
Chrisuniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 24, 2010 at 8:42 am #347926Hi Chris
have a play with the padding in this code at line 1117 in the template.css file I’m using the latest Mes 2 qs for reference#ja-footer small {
color:#666666;
font-size:100%;
padding:10px 10px 10px 20px;Blessings Shannon
1 user says Thank You to uniquebiz for this useful post
questbg Friendquestbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
June 24, 2010 at 9:13 am #347930Thanks Shannon … I’ll have a play with the padding settings and report back!
Chrisquestbg Friendquestbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
June 24, 2010 at 9:26 am #347935Hi Shannon
Wow … really weird!
I changed all the padding figures, and it did move the second line up and down a bit.
However, the very last figure in ‘padding’ does move the indent horizontally, however, when I change this, it affects only the top line, the second line remains stuck to the left hand side!
Cheers
Chrisuniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 24, 2010 at 9:53 am #347946Um if the last padding moves the top line horiz, then a – (negative) number will shift the top line left and match the bottom? I’ll look more at the code Just let me run up mesolite locally hee hee
Line 1123
#ja-footer ul {
margin: 0;
padding: 0 10px 5px 10px;
line-height: normal;
}
Highlighted value changes bottom line left margin, set to 0 px to move to right, negative number to move further right
Blessings Shannon
questbg Friendquestbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
June 24, 2010 at 10:20 am #347951Hi Shannon
mmm … still something weird happening!
My code in the template.css file now looks like this:
#ja-footer small {
color: #666666;
font-size: 100%;
padding: 100px 10px 10px -20px;
}#ja-footer ul {
margin: 0;
padding: 10px 10px 5px -20px;
line-height: normal;
}However, both lines are still stuck to the left edge!
If I set them both to zero, they stay in the same place too!
questbg Friendquestbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
June 24, 2010 at 10:23 am #347953PS. Just out of interest, I changed both values to +20, but only the top line indented, bottom stayed glued to the left!!!
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 24, 2010 at 10:56 am #347965Probably due to the t3 logo and div being removed from the left the t3 css may have has some over balance for the rest of the footer, anyway sent you an email etc we’ll get there 🙂
Blessings Shannon -
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by uniquebiz 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum