Title: Width
Last modified: August 21, 2016

---

# Width

 *  Resolved [k201244](https://wordpress.org/support/users/k201244/)
 * (@k201244)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/width-10/)
 * How can i change the width of the images?
    I use for example formula: [thumbnailgrid
   cat=’8′ posts=’10’ type=’post’ order_by=’author’]. Thanks for help
 * [https://wordpress.org/plugins/thumbnail-grid/](https://wordpress.org/plugins/thumbnail-grid/)

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

 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/width-10/#post-4696379)
 * 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 with the width that you would
   like to use. !important ensures that your custom style will have priority over
   the default style.
 * Start Copy & Paste Below this line. Replace the width value with your value.
 * .postimage,
    .postimage img { width: 150px!important;
 * }
    .griditemleft { width: 150px!important;
 * }
 * End Copy & Paste Above this line
 *  Thread Starter [k201244](https://wordpress.org/support/users/k201244/)
 * (@k201244)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/width-10/#post-4696484)
 * Thanks. It works perfect:)
    Beauty:)
 *  Thread Starter [k201244](https://wordpress.org/support/users/k201244/)
 * (@k201244)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/width-10/#post-4696639)
 * Ok. I got another questions:
 * If I want to archive pages/category pages also have this format, what should 
   I change in css.
 * I try to experiment with numbers:
 * .postimage,
    .postimage img { width: 270px!important; height: 200px!important;}.
   griditemleft { width: 270px!important; padding: 5px!important; }
 * but how can I center my images?
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/width-10/#post-4696645)
 * Sorry for the delay. Do you want to center the entire grid? I will be updating
   the code this week.
 *  Thread Starter [k201244](https://wordpress.org/support/users/k201244/)
 * (@k201244)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/width-10/#post-4696646)
 * Hm… I manipiulate numbers of px in css
    .postimage img { width: 310px! .griditemleft{
   width: 310px and it works fine for now. [http://zureklukasz.com/pilkanozna/](http://zureklukasz.com/pilkanozna/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/width-10/#post-4696647)
 * It looks great!
 *  Thread Starter [k201244](https://wordpress.org/support/users/k201244/)
 * (@k201244)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/width-10/#post-4696648)
 * thanks:)

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

The topic ‘Width’ 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/)

 * 7 replies
 * 2 participants
 * Last reply from: [k201244](https://wordpress.org/support/users/k201244/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/width-10/#post-4696648)
 * Status: resolved