Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help Centering Blog Re: Help Centering Blog

#82313
TheDoc
Member

A link to the website is perfect in this case.

For starters, I would look into these 31 errors.

To center your background you’ll need to change this:

background-position: center-center;

to this:

background-position: center center;

The dash in the middle is causing the positioning to fail.