Title: Responsive Image display problem
Last modified: August 21, 2016

---

# Responsive Image display problem

 *  Resolved [Nicko51](https://wordpress.org/support/users/nicko51/)
 * (@nicko51)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/responsive-image-display-problem/)
 * Hi,
    I got a problem when displaying little images on portable devices using 
   the responsive function of Corpo theme.
 * For example, when I try to display this page:
    [http://www.webcreation31.com/formation-creation-sites-internet/](http://www.webcreation31.com/formation-creation-sites-internet/)
   It looks ok on PC but on my smartphone, here’s how it looks: [http://hpics.li/aee05c5](http://hpics.li/aee05c5)
 * As you see, the problem is that the images which have “icon” size are too big
   when responsive displaying.
 * How can i solve this problem please?
 * Thanks for your answer.

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

 *  [lynnais](https://wordpress.org/support/users/lynnais/)
 * (@lynnais)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/responsive-image-display-problem/#post-4378021)
 * this rule is changing all your post images on mobile.
 *     ```
       @media screen and (max-width: 959px)
        .entry-content img {
         width: 680px;
       }
       ```
   
 * change it to
 *     ```
       @media screen and (max-width: 959px)
        .entry-content img {
         width: auto;
       }
       ```
   
 * or put it on child-theme
 *  Thread Starter [Nicko51](https://wordpress.org/support/users/nicko51/)
 * (@nicko51)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/responsive-image-display-problem/#post-4378043)
 * Hey Lynnais, thanks for you answer! 😉
    I had completely missed this line :'(

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

The topic ‘Responsive Image display problem’ is closed to new replies.

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

## Tags

 * [dispay](https://wordpress.org/support/topic-tag/dispay/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)
 * [repsonsive](https://wordpress.org/support/topic-tag/repsonsive/)

 * 2 replies
 * 2 participants
 * Last reply from: [Nicko51](https://wordpress.org/support/users/nicko51/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/responsive-image-display-problem/#post-4378043)
 * Status: resolved