Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Scott (@scottsweb)

    (@scottsweb)

    This could be done but would require advanced CSS to make it happen. You would need to target each list item individually and apply the desired styles.

    Try this:

    .instagram-pics li:nth-child(3) {
      width: 100%;
    }

    along with the other CSS I provided in your other post as an example. Make sure you are showing at least 5 images.

    Plugin Author Scott (@scottsweb)

    (@scottsweb)

    Marking as closed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Collage images’ is closed to new replies.