Forums

[resolved] My Template Got Screwed Up in Internet Explorer (4 posts)

  1. helpforum
    Member
    Posted 3 years ago #

    Hi, I have a wordpress blog at http://www.earn6figuresonline.com and in Firefox everything looks good, however, when I am in Internet Explorer the white part of the template is shifted to the left and I do not like that, I would like this part of the template to be centered. Does anyone please have an idea on how to fix this situation?

    Thanks.

    David

  2. mojorob
    Member
    Posted 3 years ago #

    You probably need the following in your stylesheet:

    margin-left:auto;
    margin-right:auto;

  3. @mercime
    Member
    Posted 3 years ago #

    It's the IE thing. In style.css of theme add

    body {
    text-align: center
    }
    
    #header, #menu, #container, #footer {
    text-align: left;
    }
  4. helpforum
    Member
    Posted 3 years ago #

    Thank You :-)

Topic Closed

This topic has been closed to new replies.

About this Topic