Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor chriswhittle

    (@chriswhittle)

    did you try to mess with the selectors? that is the issue 90% of the time…

    Plugin Contributor chriswhittle

    (@chriswhittle)

    we resolved this via email btw (just in case someone is wondering) it was the selectors and also she had to add some custom style as well.

    Hi there,

    This is a cool plugin and it is very useful,

    but there is some problem on the CSS,

    my clients’ site use this plugin for images,

    but the images can’t be centered, if the images use captions, then these images can list in center.

    Can you tell me how to solve this problem? Thanks

    1 : http://hairstylesweekly.com/cute-crown-braid-hairstyles/

    It’s OK if the images have captions
    2. http://hairstylesweekly.com/african-american-short-hairstyles/

    Plugin Contributor chriswhittle

    (@chriswhittle)

    Hi Chris,
    In your custom CSS add this

    .cb_pin_images {
    margin-left: auto;
    margin-right: auto;
    }

    This happens in some cases… My plugin tries to mimic the images style but there are some instances it can’t.

    Thank you chriswhittle,

    I tried but still can’t work.

    <div id="pin_images_8" class="cb_pin_images" style="height: 570px; width: 380px; padding: 0px; margin: 0px;">

    element.style {
        height: 570px;
        margin: 0;
        padding: 0;
        width: 380px;
    }

    If I can remove the margin:0 or change the margin:0 to margin:0 auto; it will be OK.

    but I don’t know how to change it.

    Plugin Contributor chriswhittle

    (@chriswhittle)

    ok.. It seems another plugin is conflicting with the style…
    try this in your CSS

    .cb_pin_images {
    margin-left: auto !important;
    margin-right: auto !important;
    }

    Awesome! Thank you so much. It works now.

    Plugin Contributor chriswhittle

    (@chriswhittle)

    No problem… This has happened on a couple sites… I might add a force centered option to the next version of the plugin..

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Pinterest Image Pinner From Collective Bias] Pinterest Image Pinner – Isn't on my imag’ is closed to new replies.