Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Toppa

    (@toppa)

    Sorry for the late reply. Your theme is adding a margin to the bottom of all images, which is pushing down the social share buttons. So for Shashin, you’ll want to override this. Open shashin/public/display/shashin.css and add this (it’ll also improve the display of the thumbnails)

    #fullResImage, shashinThumbnailImage {
      margin: 0;
    }

    Then save it as described here: http://www.toppa.com/shashin-wordpress-plugin/#stylesheets

    Thread Starter letsar

    (@letsar)

    Many many thanks ! it works just fine now.
    As Pharrel would say : “Happy !” 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘social connect buttons hidden by border with prettyphoto’ is closed to new replies.