• Resolved giusragno

    (@giusragno)


    Hi, I would like to know if it is possible, using CSS code, to reduce the space between photos in “Square Thumbnail Grid” of Flickr. I saw that in the general options there is no option for this. Thanks!

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    Please provide me with a URL where you wish to implement this.

    I discovered the same problem when (Flickr) albums are displayed on a dark background. Please help eliminate the annoying borders visible at https://viani.us/flickr/. Thanks in advance.

    Plugin Author Sayontan Sinha

    (@sayontan)

    @jnviani,

    Since your question is about borders and the OP’s question was about spacing, you might want to create your own thread.

    Your borders are coming from your theme. You have a setting that does this:

    .entry-content a img, .comment-content a img, .widget a img {
    box-shadow: 0 0 0 8px #fff;
    }

    You might want to control it on your theme’s side, since this is impacting all your photos (not just Photonic).

    Alternatively, if you want to control it just for Photonic, you will need to add custom CSS for it:

    .photonic-thumb a img.square { border: none; }
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.