can't center image
-
Hi guys, I wonder if you can help me at all. I run into something a bit odd. On this page https://andys.antonioborrillo.co.uk/wp/?page_id=102 there is a picture that I would like to center. It is wrapped in a div with a class name of andy_pictures:
here’s the html:<div class = "andy_pictures"> <img src="https://andys.antonioborrillo.co.uk/wp/wp-content/themes/twentyeleven-child/images/andy_photo.jpg" alt = ""> </div><!-- end of andy_pictures-->
here’s the css
.andy_pictures { border:1px solid red; } .andy_pictures img { margin:0 auto; }
Now for some odd reasons I don’t seem to be able to center the image, and for the life of me I can’t understand why. Also, what’s really odd is that if I replace
margin:0 auto;
withmargin:0 0 0 26px;
it actually works fine, so there is something that’s blocking the picture to go in the center of the div. ANybody’s got a suggestion?
thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘can't center image’ is closed to new replies.