Forums

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

Home Forums CSS [Solved] Aligning an Image to the Centre Re: [Solved] Aligning an Image to the Centre

#82004
Jeager
Member

Okay, get rid of the image in your markup.

.logo {
width: 235px;
height: 71px
background-image:url(/PWR/pwr_embossed.png);
margin:0 auto;
}

Also change the banner width to 100%. Should work