Viewing 4 replies - 1 through 4 (of 4 total)
  • I agree please advise

    in your style.css add this

    .pibfi_pinterest .xc_pin {
    bottom: 5px !important;
    }
    ilanazatkowsky

    (@ilanazatkowsky)

    what about moving it to the right side instead of the left? now that chrome has the added “pin it” hover, i don’t want it to be on top of it.
    Thanks!

    Where exactly on the style.css should I add that codex? This is what I have on file with concern to the Pin-It Button:

    15 Pin-It Button

    —————————————————————————————————- */

    .cb_pin_images {

    padding: 0!important;

    height: 100%!important;

    width: 100%!important;

    }

    .cb_pin_link {

    display: block!important;

    position: absolute;

    top: 0!important;

    left: 0!important;

    height: 100%!important;

    width: 100%!important;

    }

    a.cb_pin_link {

    background: url(images/pin-it.png) 0 0 no-repeat !important;

    margin-left: -2px;

    margin-top: -2px;

    opacity: 0;

    transition: opacity 0.2s linear;

    -moz-transition: opacity 0.2s linear;

    -webkit-transition: opacity 0.2s linear;

    -o-transition: opacity 0.2s linear;

    }

    a.cb_pin_link:hover {

    opacity: 1;

    }

    .cb_pin_images img {

    display: block;

    position: relative;

    }

    /*

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can the 'Pin It' button move to the bottom of the image ?’ is closed to new replies.