Forums

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

Home Forums CSS Div not centering Reply To: Div not centering

#197522
Beverleyh
Participant

Try adding;

#main_content {
    text-align: center;
}

#image_container {
    display: inline-block;
}

And remove float:left; from #image_container