Forums

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

Home Forums CSS centering elements Re: centering elements

#108160
seamres
Member

If you want to center your features class then do this:

.features {
width: 900px ; /*or whatever you want*/
margin: 0 auto;
}