• Hi all, I can’t say this will work in all situations but it appears to work for me – tested on IE, Chrome, Firefox.

    Responsive site – update caused images to overflow out of their space because the plugin wraps them in a floating span I assume. I went in to the plugins CSS file and made the following amendments (in addition to my normal changes)…

    .pibfi_pinterest {
    	position: relative;
    	/*display: inline-block;*/
    }
    
    .pibfi_float_left {
    	float:none;
    }
    .pibfi_float_right {
    	float:none;
    }

    It works for me now but the plugin does insert a few <br> tags which I can’t seem to shift. Here’s an example of how it looks on my site…

    http://skipology.com/atmospheric-photography-fog-cant-find-create/

    http://ww.wp.xz.cn/plugins/pinterest-pin-it-button-for-images/

The topic ‘CSS tweaks – part fix’ is closed to new replies.