Title: Make Thumbnails Smaller?
Last modified: August 21, 2016

---

# Make Thumbnails Smaller?

 *  Resolved [eviseintl](https://wordpress.org/support/users/eviseintl/)
 * (@eviseintl)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/make-thumbnails-smaller/)
 * I have tried using the custom css to reduce the size of the thumbnails to 130px
   but it doesn’t work. How can I reduce the image size?
 * [https://wordpress.org/plugins/thumbnail-grid/](https://wordpress.org/plugins/thumbnail-grid/)

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

 *  Thread Starter [eviseintl](https://wordpress.org/support/users/eviseintl/)
 * (@eviseintl)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/make-thumbnails-smaller/#post-4664611)
 * Nevermind… I should have looked at the css before I posted. Was an easy fix. 
   Edited the css file to meet my needs. Working great!
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/make-thumbnails-smaller/#post-4664612)
 * Hi, remember to use !important if you are using custom css. This will ensure 
   that your styles override the styles in the plugin. If you are editing the plugin
   css file, as per the article that I posted, using !important is not necessary.
   The instructions below should work with any custom css plugin.
 * You can install a custom css plugin (do a search for the plugin Simple Custom
   CSS). Once installed, it should show up in your Appearance menu. Using the Custom
   CSS plugin:
 * Copy & Paste the styles below. Replace the width and height with the width and
   height that you would like to use. You can also change the space around the thumbnail
   by changing the padding. !important ensures that your custom style will have 
   priority over the default style.
 * Start Copy & Paste Below this line
 * .postimage,
    .postimage img { width: 150px!important; height: 150px!important;}.
   griditemleft { width: 150px!important; padding: 10px!important; }
 * End Copy & Paste Above this line
    Save this change. When you are testing your
   view, make sure that you refresh the page. If you mess it up, just delete it 
   and start over.
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/make-thumbnails-smaller/#post-4664613)
 * Glad you figured it out!

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

The topic ‘Make Thumbnails Smaller?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/thumbnail-grid.svg)
 * [Featured Image Thumbnail Grid](https://wordpress.org/plugins/thumbnail-grid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/thumbnail-grid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/thumbnail-grid/)
 * [Active Topics](https://wordpress.org/support/plugin/thumbnail-grid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/thumbnail-grid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/thumbnail-grid/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/make-thumbnails-smaller/#post-4664613)
 * Status: resolved