-
AuthorPosts
-
July 6, 2009 at 12:58 am #142508
do you now what could be the reason than footer black line is in the nwrong place
please see attached picture
cand you help me hopw to fix it ?
thanks
cssyeah Moderatorcssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
July 6, 2009 at 2:53 am #310083Hi quintosol,
Could you provide the url of your live site?
July 6, 2009 at 11:35 am #310109thanks to answerd me, this is the site
sometimes is working fine, but sometimes is like in the picture
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
July 6, 2009 at 4:25 pm #310152Hi quintosol,
Open templates/ja_lead/css/template.css file, at about line 1334, find following code:
#ja-footer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
border-top:1px solid #D5D5D5;
clear:both;
}and change to:
#ja-footer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
border-top:1px solid #D5D5D5;
clear:both;
float: left;
}AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Anonymous 15 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
footer wrong position
Viewing 4 posts - 1 through 4 (of 4 total)