Title: Changing image size
Last modified: August 21, 2016

---

# Changing image size

 *  Resolved [thefitswitch](https://wordpress.org/support/users/thefitswitch/)
 * (@thefitswitch)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-image-size-1/)
 * I would like to enlarge my instagram pics. I read the forum with someone who 
   had the same question. I added the code that was suggested there, but it didn’t
   work for me. I am new to WordPress, but an very teachable.
 * [https://wordpress.org/plugins/simple-instagram/](https://wordpress.org/plugins/simple-instagram/)

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

 *  Plugin Author [mr_speer](https://wordpress.org/support/users/mr_speer/)
 * (@mr_speer)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-image-size-1/#post-4681845)
 * Hello!
 * Could you give me a few more details on what you’re trying to achieve? How large
   are you trying to get your images? Is this in the sidebar widget or in your main
   content area?
 * Thanks!
 * mr_speer
 *  Plugin Author [mr_speer](https://wordpress.org/support/users/mr_speer/)
 * (@mr_speer)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-image-size-1/#post-4681953)
 * I’m going to mark this as resolved due to lack of activity.
 *  Thread Starter [thefitswitch](https://wordpress.org/support/users/thefitswitch/)
 * (@thefitswitch)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-image-size-1/#post-4681954)
 * I sent a message a long time ago, but it must not have gone through! Bummer!
 * Right now, my images are less than a square-inch. I would like them to be at 
   least 1.5 inches. I tried changing the number of images from 3 to 1, but the 
   pic is still the same size.
 * Unfortunately, currently, my Instagram account is getting fixed up, so you can’t
   even see the pics on the sidebar.
 * I’m at thefitswitch.org
 *  Plugin Author [mr_speer](https://wordpress.org/support/users/mr_speer/)
 * (@mr_speer)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-image-size-1/#post-4681956)
 * Oh my apologies, I never received that message. We’ll just chalk it up to a glitch
   in the support forum.
 * Changing the image size is definitely possible. The first thing you’ll want to
   do is change the size of the `.si_item` wrapper itself. You’ll do this by editing
   your theme’s CSS file in Appearance->Editor. By default it’s set to 33%, so it’ll
   be a third of your sidebar’s width, causing there to be 3 items in a single row.
   I’d suggest starting by making this wrapper 50%, like so:
 *     ```
       .si_feed_widget .si_item {
         width: 50%;
       }
       ```
   
 * This will cause the widget to display 2 images per row. The next step would be
   to change the number of images being pulled in to a multiple of 2 in order to
   make the rows even. Something like 6 should do.
 * That should result in a series of rows with two larger images each in them. Let
   me know if this doesn’t seem to be working and we can try some more ideas!
 * Thanks,
 * mr_speer

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

The topic ‘Changing image size’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-instagram_dbdbda.svg)
 * [Simple Instagram](https://wordpress.org/plugins/simple-instagram/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-instagram/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-instagram/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-instagram/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-instagram/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-instagram/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [mr_speer](https://wordpress.org/support/users/mr_speer/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/changing-image-size-1/#post-4681956)
 * Status: resolved