Title: Responsive images
Last modified: August 30, 2016

---

# Responsive images

 *  Resolved [dogaruhoria](https://wordpress.org/support/users/dogaruhoria/)
 * (@dogaruhoria)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-14/)
 * Hello
 * In the pages or posts I have created, images are not responsive and the mobile
   version of my website doesn’t look verry nice.
    Is there any solution for this
   problem?

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

 *  Theme Author [Shaped Pixels](https://wordpress.org/support/users/shaped-pixels/)
 * (@shaped-pixels)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-14/#post-6587442)
 * Are you using jetpack and its mobile setting? If so, disable that.
 *  Thread Starter [dogaruhoria](https://wordpress.org/support/users/dogaruhoria/)
 * (@dogaruhoria)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-14/#post-6587447)
 * I’m using Jetpack, but mobile seringă are disabled.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-14/#post-6587461)
 * You need to show us a page with the issue
 *  Thread Starter [dogaruhoria](https://wordpress.org/support/users/dogaruhoria/)
 * (@dogaruhoria)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-14/#post-6587468)
 * [http://www.artesania-baschet.ro](http://www.artesania-baschet.ro)
 *  Theme Author [Shaped Pixels](https://wordpress.org/support/users/shaped-pixels/)
 * (@shaped-pixels)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-14/#post-6587486)
 * Looks like your GMAP plugin or whatever it is, has this:
 *     ```
       .entry-content img,
       .ve-gmap-wrapper img {
           max-width: none;
       }
       ```
   
 * The .entry-content img is the culprit and it’s canceling out the theme’s responsiveness
   for content images. Why they have that in there I have no idea.
 *  Thread Starter [dogaruhoria](https://wordpress.org/support/users/dogaruhoria/)
 * (@dogaruhoria)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-14/#post-6587500)
 * I believe it is the SportsPress plugin. Unfortunatly is verry important for the
   content of my website and I can’t have team scores and rankings without it.
    
   How can I solve the problem?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-14/#post-6587502)
 * Maybe you need to talk to SportsPress about this; [https://wordpress.org/support/plugin/sportspress#postform](https://wordpress.org/support/plugin/sportspress#postform)
 * If you can’t get a solution from them, you can override their styles.
 * If you’re not using a Child Theme, and if the theme doesn’t have a designated
   section of the dashboard for CSS modifications then do the following:
    1. Install this Custom CSS Manager plugin [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3.  (put this code in)
    4.     ```
           html .entry-content img,
           html .ve-gmap-wrapper img {
               max-width: 100%;
           }
           ```
       
    5. Save
 * _Alternatively use your Child Theme style.css file to hold your CSS modifications_
 *  Theme Author [Shaped Pixels](https://wordpress.org/support/users/shaped-pixels/)
 * (@shaped-pixels)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-14/#post-6587506)
 * You could possibly do this custom CSS, using a child theme as Andrew mentioned,
   but for just CSS modifications, you could use the jetpack’s Edit CSS feature 
   and add this:
 *     ```
       .entry-content img {
       max-width: 100%!important;
       }
       ```
   
 * What that “should” do is force the responsiveness on images used in the content.
 * But Andrew is correct, you may want to pass this problem on to the developer 
   of that plugin and inform them that their code is canceling out responsive images
   in the entry-content.
 *  Thread Starter [dogaruhoria](https://wordpress.org/support/users/dogaruhoria/)
 * (@dogaruhoria)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-14/#post-6587512)
 * It works fine now. Thankyou

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

The topic ‘Responsive images’ is closed to new replies.

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

 * 9 replies
 * 3 participants
 * Last reply from: [dogaruhoria](https://wordpress.org/support/users/dogaruhoria/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-14/#post-6587512)
 * Status: resolved