• Resolved mcguirebearing

    (@mcguirebearing)


    I sort of know what I am doing but not entirely (obviously!). I did something along the way that caused the website not to be centered in Mozilla Firefox. I am not how to fix it.

    mcguirebearing.sterling.net

    Let me know if you need to see some of the code, etc.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi
    In your style.css file, find this on line 247

    #page {style.css (line 247)
    background:#FFFFFF none repeat scroll 0 0;
    padding:0;
    width:960px;
    }

    Add this line to that section
    margin:0 auto;
    It will center your page

    Thread Starter mcguirebearing

    (@mcguirebearing)

    Thank you – that worked great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Website centered in IE but not in Mozilla’ is closed to new replies.