Hi,
I've looked at various posts about aligning images in this and other forums as well as the wordpress tutorials but have had no luck so far. I want to align a row of three images at the bottom of the 'about' page:
http://thackraymagicandmedicine.wordpress.com/about-2/
I added this code to the CSS editor, as recommended in a forum:
img.aligncenter, .wp-caption.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright, .wp-caption.alignright {
float: right;
margin: 0 0 5px 10px;
}
img.alignleft, .wp-caption.alignleft {
float: left;
margin: 0 10px 5px 0;
}
but the centre image won't sit in line with the other images. I've made the images small to see if this would help but it didn't and I don't really want to make them any smaller than they are now, bigger would be better.
Could anyone please help with this? Many thanks.
The blog I need help with is thackraymagicandmedicine.wordpress.com.