Title: Need image sizing help please
Last modified: February 24, 2017

---

# Need image sizing help please

 *  [skingaming](https://wordpress.org/support/users/skingaming/)
 * (@skingaming)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-image-sizing-help-please/)
 * _[ Moved to the [Fixing WordPress sub-forum](https://wordpress.org/support/topic/wheres-my-topic-gone/?view=all).]_
 * I’m a student trying to build my own website. I uploaded my 500×500 product images
   but the theme (I assume) is resizing them to look much smaller on the product
   page. See here – `https://www.skingaming.com.au/product/ps4-decal-battlefield-
   1/`
 * I’ve tried many different custom css codes and tried resizing from the display
   settings (+ regenerate thumbnails) but nothing I do will change the appearance
   of the image size on the product listing. When clicked on, the file itself will
   open to 500×500 as intended. I even tried just installing many different lightbox
   plugins so at least the user had an easy option to view the image in its intended
   size but none of them worked at all.
 * Any advice would be greatly appreciated as I’m completely lost. Ideally I’d like
   to the image to appear about double the size it currently is in the product listing.(
   please note the catalog image size appears fine).

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

 *  [deereviewer](https://wordpress.org/support/users/deereviewer/)
 * (@deereviewer)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-image-sizing-help-please/#post-8842285)
 * Hey did you get your theme from a third party site like envato? I would say if
   so contact the person who created the theme. Adding on, so you want the theme
   image to appear 1000×1000? Did you try doubling the size?
 *  Thread Starter [skingaming](https://wordpress.org/support/users/skingaming/)
 * (@skingaming)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-image-sizing-help-please/#post-8842300)
 * Ok thanks. I purchased the theme from templatemonster so I’ll try there as well.
   I have tried increasing the file size of the image however it’s effectively being
   displayed at about 250×250 while the image file size is 500×500 which is also
   the desired size I’d like it displayed at in the product image page.
 *  [deereviewer](https://wordpress.org/support/users/deereviewer/)
 * (@deereviewer)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-image-sizing-help-please/#post-8842321)
 * Yeah, try template monster, post back here what you find, I’m interested to see
   how it all works out
 *  [j09](https://wordpress.org/support/users/j09/)
 * (@j09)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-image-sizing-help-please/#post-8843869)
 * [@skingaming](https://wordpress.org/support/users/skingaming/)
 * On the off-chance you’re still looking for a fix,
 * Try this CSS
 *     ```
       figure {
           margin: 0 auto;
       }
   
       #motopress-main.main-holder .content-holder div.product div.images {
           width: auto;
           max-width: 410px;
           margin: 1.3em auto;
       }
       ```
   
    -  This reply was modified 9 years, 2 months ago by [j09](https://wordpress.org/support/users/j09/).
 *  Thread Starter [skingaming](https://wordpress.org/support/users/skingaming/)
 * (@skingaming)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-image-sizing-help-please/#post-8850980)
 * Thanks for both of you that tried to help. After contacting Templatemonster, 
   they addded the following into the Cherry options custom CSS:
 * .single-product .woocommerce div.product div.images img {
    max-width: 200% !important;}.
   woocommerce div.product div.images img { width: 200% !important; }
 * which fixed the problem!
 * Thanks again

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

The topic ‘Need image sizing help please’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [skingaming](https://wordpress.org/support/users/skingaming/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/need-image-sizing-help-please/#post-8850980)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
