-
AuthorPosts
-
ericaschulz Friend
ericaschulz
- Join date:
- December 2009
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 6 times in 1 posts
March 4, 2010 at 6:49 pm #149220I added this to the template.css to make the page centered with a background color.
#ja-wrapper {
width: 900px;
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
background-color: white; }Now when I look at the website in IE the website is aligned left. I did add this code to the ie.cssbut it didnt make it centered like it is in Firefox.
.html #ja-wrapper { width: 900px;
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
background-color: white; }Please help! does anyone know whats wrong???
Also I have a line of navigation at the bottom that has disappeared when you look at it in IE, but is there in firefox
http://www.getousset.net/congerAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 8, 2010 at 8:19 am #335273Hi you
To solve your issue, please open templates/ja_kyanite_ii/css/template.css file, at about line 1228, find following code section:
#ja-footer .ja-footnav {
border-bottom:1px solid #ED1C24;
border-top:1px solid #ED1C24;
font-size:100%;
margin:0 10px 10px;
overflow:hidden;
padding:4px 0 3px;
position:relative;
}and change to:
#ja-footer .ja-footnav {
border-bottom:1px solid #ED1C24;
border-top:1px solid #ED1C24;
font-size:100%;
margin:0 10px 10px;
padding:4px 0 3px;
position:relative;
}ericaschulz Friendericaschulz
- Join date:
- December 2009
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 6 times in 1 posts
March 15, 2010 at 6:39 pm #336301That didnt seem to make any difference at all. On IE the website is still flushed left (instead of centered) and the footer menu is missing.
Do you have any other ideas how to fix this problem?Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 18, 2010 at 2:53 am #336704Hi you
my previous post is for this issue (I have a line of navigation at the bottom that has disappeared when you look at it in IE, but is there in firefox)
For the issue: On IE the website is still flushed left
=> please open templates/ja_kyanite_ii/css/ie.css file, find following code:
*html #ja-wrapper {width: 900px;
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
background-color: white; }and change to:
*html #ja-wrapper {
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
background-color: white; }ericaschulz Friendericaschulz
- Join date:
- December 2009
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 6 times in 1 posts
March 25, 2010 at 3:43 pm #337746Neither of those two things seemed to make a difference in IE. The bottom menu is still missing and the page is still aligned left instead of center.
Are there any other things I can change that might help this problem? -
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by ericaschulz 14 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum