Viewing 5 replies - 1 through 5 (of 5 total)
  • Same issue- pinterest button does not appear over the image if the image is centered or right justified, so you can’t click the button. Seems to work fine on left or unjustified images.

    I am having the same issue and when I switched to left justified it worked fine.

    and same here – any thoughts anyone?
    All the best

    Simon
    [ Signature moderated. ]

    same issue – changing the alignment of the image is not a solution that would work in my case. We need the images to be right aligned. The “pin it” button should always be on top of the image!

    Ok well, I wish the default styles in the plugin worked ‘out of the box’ for every option but for my purposes, adding the following code to my styles.css file worked well:

    .sn_pin {
    	margin: 0 !important;
    	position: absolute !important;
    	right: 10px !important;
    }

    In my theme all the !important declarations weren’t needed but I added them above in case someone is copy-pasting. Also, in my theme I know I have all my .aligncenter .alignleft and .alignright classes set to position: relative … my guess is the above code won’t have pretty results unless the same is true in your theme. But that’s another easy enough change to make.

    Good luck to anyone making similar changes. Worked for me.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Pinterest Plugin] Icon always on left despite image location’ is closed to new replies.