Title: Thumbnails on mobile.
Last modified: August 24, 2016

---

# Thumbnails on mobile.

 *  [mariafersay](https://wordpress.org/support/users/mariafersay/)
 * (@mariafersay)
 * [11 years ago](https://wordpress.org/support/topic/thumbnails-on-mobile/)
 * Hello,
 * I changed the size of the thumbnails of the website to 640×320 but it displays
   wrong on mobile. The thumbnails are too big and the rest is shrinked.
 * Any help?
 * the link is [http://www.pandaporfavor.com/reciente/](http://www.pandaporfavor.com/reciente/)
 * thanks

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

 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [11 years ago](https://wordpress.org/support/topic/thumbnails-on-mobile/#post-6136401)
 * Hello,
 * You can try this in your Custom CSS for achieving that:
 *     ```
       .entry-thumbnail {
           max-width: 100%;
       }
       ```
   
 * Thank you.
 *  Thread Starter [mariafersay](https://wordpress.org/support/users/mariafersay/)
 * (@mariafersay)
 * [11 years ago](https://wordpress.org/support/topic/thumbnails-on-mobile/#post-6136432)
 * Thank you so much! that worked for width, but the tumbnail border is now extended
   down, only on mobile. Any idea how to fix that?
 * Thx again
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/thumbnails-on-mobile/#post-6136497)
 * Hello,
 * You can try this in your Custom CSS:
 *     ```
       .entry-thumbnail {
           height: 100%;
       }
       ```
   
 * Hope that helps you, Fell free to ask if there is any other problem.
 * Thank you.
 *  Thread Starter [mariafersay](https://wordpress.org/support/users/mariafersay/)
 * (@mariafersay)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/thumbnails-on-mobile/#post-6136503)
 * Thank you Sam, that was actually the first thing I tried, as it made sense, but
   it didn’t work.
 * any other suggestion?
 * Thanks again
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/thumbnails-on-mobile/#post-6136507)
 * Hello,
 * You can try this instead:
 *     ```
       .entry-thumbnail {
           height: 100% !important;
       }
       ```
   
 * Thank you.
 *  [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * (@marutim)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/thumbnails-on-mobile/#post-6136521)
 * Hi Maria,
 * I checked your site and you have been using a site logo way to large and it would
   be breaking things for you.
 * can you use a logo with max width of 980px
 * Thanks

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

The topic ‘Thumbnails on mobile.’ is closed to new replies.

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

 * 6 replies
 * 3 participants
 * Last reply from: [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/thumbnails-on-mobile/#post-6136521)
 * Status: not resolved