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

    (@mr_speer)

    Hey there!

    After taking a look at your site, it looks like another plugin or part of your theme is applying a 1px border to the first li in each widget. This is causing the first instagram picture to be 1px taller than the rest, thus causing your issue. I’d recommend adding a rule to your stylesheet as follows:

    .widget.si_feed_widget li.si_item {
      border: none;
    }

    This will remove the border from your instagram images and should solve your issue. Let me know if you’re still running into it after implementing that new rule.

    Thanks!

    mr_speer

    Thread Starter emiliodangelo

    (@emiliodangelo)

    Thanks!!!

    That worked perfectly!

    E

    Plugin Author mr_speer

    (@mr_speer)

    Great! Glad it worked out for you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Stray Image’ is closed to new replies.