Div not centering correctly

Hi guys,

I’m not sure why the content in the div <div id=“info” class=“web”> isn’t centering correctly on this page:

http://alexanderlloyd.info/portfolio.html

In the css I have styled it in the following way:

#info.web{

  margin: 5% auto 0 auto;

}

Any ideas? Thanks very much for your help!

chulo

You must assign a width to use auto margins (unless hte element is a table) :slight_smile:

thanks ryan mate, you’re a star

You’re welcome chulo :). Glad it worked.