Forums

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

Home Forums CSS Image not centering – how to fix ? Reply To: Image not centering – how to fix ?

#241567
fixxi1
Participant

Thanks indeed i removed “text-align:center;” from the parent and centered it at the element level ( img ) now is aligning and seems to have added those two :

margin-left: auto;
margin-right: auto;