Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey John,

    I found it was an issue where the theme I was using had margins applied to the images.

    If you insert the following, it should get rid of the margins (and possibly excess borders) from your thumbnails:

    div.flickr-thumb img {
      margin: 0px;
      border: none;
    }

    thanks ben.teoh! I was experiencing the same problem and your CSS snippet sorted it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Flickr-Gallery] Thumbnail Offset from Frames’ is closed to new replies.