Title: thumbnails
Last modified: August 24, 2016

---

# thumbnails

 *  Resolved [zindigo boutique](https://wordpress.org/support/users/zindigo-boutique/)
 * (@zindigo-boutique)
 * [11 years ago](https://wordpress.org/support/topic/thumbnails-78/)
 * is there a way to increase the size of the thumb nails in the catalogue pages?
 * [https://wordpress.org/plugins/ultimate-product-catalogue/](https://wordpress.org/plugins/ultimate-product-catalogue/)

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

 *  [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [11 years ago](https://wordpress.org/support/topic/thumbnails-78/#post-6107955)
 * Hi Zindigo,
 * Yes, this is possible using custom CSS. You would want to set a new width and
   height according to your desired size.
 * For example, something like:
    .upcp-thumb-image { max-width: 200px !important;
   max-height: 200px; }
 *  Thread Starter [zindigo boutique](https://wordpress.org/support/users/zindigo-boutique/)
 * (@zindigo-boutique)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/thumbnails-78/#post-6108103)
 * Ok, I have added this however now the text description is onto of the image. 
   How do I lower the text?
 *  [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/thumbnails-78/#post-6108105)
 * You could try changing the padding, something like:
 *     ```
       .upcp-thumb-title {
         min-height: 25px;
         padding-top: 50px;
       }
       ```
   

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

The topic ‘thumbnails’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-product-catalogue/assets/icon-128x128.png?rev=1805317)
 * [Ultimate Product Catalog](https://wordpress.org/plugins/ultimate-product-catalogue/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-product-catalogue/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-product-catalogue/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-product-catalogue/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-product-catalogue/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-product-catalogue/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/thumbnails-78/#post-6108105)
 * Status: resolved