Forums

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

Home Forums CSS How to centre a Background image Re: How to centre a Background image

#126562
AlanFall
Member

You should try this:

element(your header) {
background: url(imagepath/bg.png) no-repeat center center;
}