Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ericaschulz Friend
    #149220

    I 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/conger

    Anonymous Moderator
    #335273

    Hi 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 Friend
    #336301

    That 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 Moderator
    #336704

    Hi 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 Friend
    #337746

    Neither 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?

Viewing 5 posts - 1 through 5 (of 5 total)

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