• So, I’m working Chrome, and the site shows up relatively centered. It’s a bit farther left than I’d like, but it works. The same goes for Safari.

    However, whenever trying to access the site from Firefox, it sets itself all the way to the left of the screen.

    I was hoping there might be a simple fix to keep the site centered on all browsers?

    https://www.mathersinstallations.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • It looks fine in FF12 and in IE9. Try a ctlr, F5 to clear your cache.

    Thread Starter danielkmathers

    (@danielkmathers)

    I’ve cleared the cache. Still same issue. It’s not ACTUALLY centered on my browser, either.

    You have a CSS error related to the centering of the wrapper div on the page:

    #wrapper {width:700px; /margin:auto;}

    The backslash should not be there, and the margin should probably be:
    margin: 0 auto;

    But actually the wrapper div does not appear to still be in the page — did you modify the php files?

    Thread Starter danielkmathers

    (@danielkmathers)

    I checked a few other forums for solutions before posting this. They suggested the #wrapper solution, but I must have implemented it incorrectly. I made the fixes as identified above, but it’s still screwed. Any suggestions?

    You’re right – there is still no wrapper div — how did you try to add that?

    Thread Starter danielkmathers

    (@danielkmathers)

    I went through the wordpress editor and added it in the screen.css

    Where should i be appearing withing there?

    There is no wrapper div in the HTML code — so the CSS is not going to do anything. The CSS code has to “attach” to something. So adding a wrapper div is going to entail changing the php code — which is not that simple when it comes to layout of the whole page.

    Did you change any of the php files at all or is this the way the theme came? It really is not designed to be centered — if you are deadset on that, you might consider changing themes.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Site Appearing Set Left’ is closed to new replies.