I am trying to use a Pinterest plugin in my blog, and it is supposed to show a PinIt button on top of any image in my posts. I installed everything like usual, but instead of the button sitting on top of my image it just stands alone and the image moves down. I am using the style position:relative;
but it is not working like I want it.
You can see it in my blog: http://www.thehibou.com/
Leave a Reply
You must be logged in to post a comment.
Change:
To:
Just a recap: remove all of the position: relative; but swap the top one to absolute. Also remove bottom: 0; and float: right;
Hope this helps 😉
To get it on the bottom right, add another CSS rule:
Then add bottom: 0px; to .sn_pin
Hope this helps 😉