Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • jsliao Friend
    #168703

    Page works fine from Chrome but in IE9, it does not center.
    http://www.web-dezigners.com

    Blaine Friend
    #413528

    First you need to change your width to something less than 100% (auto)
    Then you need to change

    margin-top: 50px;
    margin-left: 0 auto;
    margin-right: auto;

    to:

    margin: 50px auto 0;

    And it should work. You may need to play a little with the values. I don’t have IE9 so working with IE8.
    I would also change your .container. Give width:auto; a fixed width, 900px for example.

    jsliao Friend
    #413537

    when i do this, the header and footer black backgrounds get cut off at 940px. I want them to extend it to full width

    Blaine Friend
    #413538

    Hi jsliao,
    As I said, you may need to play with the width value.
    Please adjust to your needs my numbers are only a guideline.
    Thanks!

    jsliao Friend
    #413540

    I have found the problem and its nothing to do with width

    there are these lines in the index.php files

    <!-->

    <style type="text/css">

    .clearfix {display: inline-block;}

    </style>

    <!-->

    remove them and it’ll be fine

    Blaine Friend
    #413545

    So glad the issue is resolved and I want to thank you for posting your solution so other may benefit!
    Thanks!!

    sfmedier Friend
    #452470

    Thanks jsliao, you just saved my day 🙂

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

This topic contains 7 replies, has 3 voices, and was last updated by  sfmedier 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum