1 Attachment(s)
Images Not Aligning - Stepped Look
I'm having issues with my images not aligning vertically. I've tried position relative and position absolute with the same effect. The 2nd image is aligned slightly lower than the first image and the third image is aligned slightly lower than the second image.
See the attached image for what I'm seeing. I'm not quite sure what the issue is as I've tried many different configurations.
Code:
.social_image {
width: 40px;
float: left;
position: relative;
margin: 0;
padding: 0;
}