Viewing 4 replies - 1 through 4 (of 4 total)
  • Add something like the following to your stylesheet:

    html {
    margin: 0 auto;
    width: 767px;
    text-align: center;
    }

    I have just tested it with the Web Developer extension for Firefox, so I recommend you get it for future Firefox awkwardness.

    Thread Starter itzsnider

    (@itzsnider)

    I tried that and it through off the entire theme, sidebar and colors.
    I will try and keep playing.

    Any other ideas?

    You mean, it threw off the theme?

    I don’t have the theme, but, does it have a wrapping div? If so you need to apply this css to it:
    div.rap {
    margin: 0 auto;
    }

    See if that works for ya. Doing it on the html like shestowitz suggested probably won’t work.

    Thread Starter itzsnider

    (@itzsnider)

    That worked !!!!!!!!!!! Thanks a ton for your help in this issue.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Centering your theme.. I have issues’ is closed to new replies.