Forums

Centering your theme.. I have issues (5 posts)

  1. itzsnider
    Member
    Posted 6 years ago #

    I am using chinared which is on alexkings website. In IE it shows centered but in Firefox it does not. What code and what file should I be looking for to fix this issue.

    http://www.sniderz.com

    Thank you very much.

  2. schestowitz
    Member
    Posted 6 years ago #

    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.

  3. itzsnider
    Member
    Posted 6 years ago #

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

    Any other ideas?

  4. jbbrwcky
    Member
    Posted 6 years ago #

    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.

  5. itzsnider
    Member
    Posted 6 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.