Title: GalleryThumbnail ReSize
Last modified: August 30, 2016

---

# GalleryThumbnail ReSize

 *  [WanderlustWomen](https://wordpress.org/support/users/wanderlustwomen/)
 * (@wanderlustwomen)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/gallerythumbnail-resize/)
 * Would like to reduce the thumbnail size in the Gallery Section of a page. What
   is CSS code to add to make thumbnails 50% of theme settings?

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

 *  Theme Author [pacethemes](https://wordpress.org/support/users/pacethemes/)
 * (@pacethemes)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/gallerythumbnail-resize/#post-6362725)
 * Below is the CSS, change the max-width to your desired width
 *     ```
       .quest-gallery .quest-gallery-thumb img {
           max-width: 272px;
       }
       ```
   
 *  Thread Starter [WanderlustWomen](https://wordpress.org/support/users/wanderlustwomen/)
 * (@wanderlustwomen)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/gallerythumbnail-resize/#post-6362806)
 * Thanks. I added this to the section CSS and to each image CSS. I reduced to 160px
   just to try and nothing happened.
    Where should I place the code exactly?
 *  Theme Author [pacethemes](https://wordpress.org/support/users/pacethemes/)
 * (@pacethemes)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/gallerythumbnail-resize/#post-6362821)
 * I am not sure how you added this to section CSS or each image, you only have 
   to put this custom CSS either in a child theme style.css file or you have to 
   edit the existing theme style.css file and put this at the bottom

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

The topic ‘GalleryThumbnail ReSize’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/quest/1.5.3/screenshot.png)
 * Quest
 * [Support Threads](https://wordpress.org/support/theme/quest/)
 * [Active Topics](https://wordpress.org/support/theme/quest/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/quest/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/quest/reviews/)

## Tags

 * [resize thumbnail](https://wordpress.org/support/topic-tag/resize-thumbnail/)

 * 3 replies
 * 2 participants
 * Last reply from: [pacethemes](https://wordpress.org/support/users/pacethemes/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/gallerythumbnail-resize/#post-6362821)
 * Status: not resolved