• Hello –

    I use the FlickrRSS plugin on my site (www.rustedrobot.com) and I can’t figure out how to get borders around each of the six photos in the sidebar – can anyone help?

    Thanks!
    Jeff

Viewing 1 replies (of 1 total)
  • Try adding an DOM ID to the div wrapped around your photos, and then adding a border style to the images within that div. Given a div ID of “flickr”, amend your stylesheet with something like:

    #flickr img { border: 2px solid #fff; margin: 1px; }

    I threw in a bit of spacing via a margin property so the borders will be apparent. You can adjust to your liking from there, if that works for you. Also, for even more control, you can have flickrRSS generate your Flickr images as list items, or some other element of your choosing—check the Options page on your WP Dashboard.

    Cheers,
    Nick

Viewing 1 replies (of 1 total)
  • The topic ‘FlickrRSS – borders?’ is closed to new replies.