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

    (@scottsweb)

    Hi Luciano
    It looks like the image sizes are being set by some CSS:

    #null-instagram-feed-2 li {
      float: left;
      width: 49px;
      margin-right: 2px;
      margin-bottom: 2px;
    }

    This can be found on line 791 of http://andreatodaro.com/index/wp-content/themes/elastico/style.css

    You need to adjust the value for the width. To take the full width of your sidebar you need to set it to 100% or 220px.

    Thread Starter luciobarra

    (@luciobarra)

    Hi Scott!

    Wow, thanks a lot for the super fast answer.

    I did as you suggested and of course now it works : )

    Have a good sunday and cheers from Switzerland.

    Luciano

    Plugin Author Scott

    (@scottsweb)

    No problem at all. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘one image only’ is closed to new replies.