Home › Forums › CSS › Image not centering – how to fix ? › Reply To: Image not centering – how to fix ?
May 12, 2016 at 12:11 pm
#241567
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;