Hi, for my website at
www.ironwhisk.com I added in a pinterest button when people mouseover an image. I'm trying to get this button to align to the left side of the image (still on the image, but in the left corner).
When I change the margin using
Code:
.xc_pin {
margin-left:0px !important;
}
It acts really strangely. It jumps large amounts of pixels, goes back, it's just weird. Also, when I refresh, for different images it's at different indents. What's even stranger, when you go to an individual post (click the title) the button is aligned in a completely different place than in the main page.
Any ideas on how I can fix this? Thanks.