Title: Problem with mobile version
Last modified: June 20, 2017

---

# Problem with mobile version

 *  [francynesoares](https://wordpress.org/support/users/francynesoares/)
 * (@francynesoares)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-mobile-version-6/)
 * Hello friends,
 * I’m using static home, and on some rolls, the imagem that i use doesn’t appear
   correctly in mobile version, this imagens appear small and with padding that 
   i don’t choose.
    You can look in site: eccoenergydrink.com
 * Thanks for all.

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

 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-mobile-version-6/#post-9244122)
 * Hello [@francynesoares](https://wordpress.org/support/users/francynesoares/),
 * Can you please provide some explanatory screenshots?
 * You can upload screenshots to your WordPress Media Library and share a link, 
   or you can use one of the online services (Google Drive, Dropbox, etc.).
 * Kind Regards, Roman.
 *  Thread Starter [francynesoares](https://wordpress.org/support/users/francynesoares/)
 * (@francynesoares)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-mobile-version-6/#post-9250038)
 * Look: [http://eccoenergydrink.com/wp-content/uploads/2017/06/site-ecco.png](http://eccoenergydrink.com/wp-content/uploads/2017/06/site-ecco.png)
   
   I need use images in some blocks, i use the image widget, but don’t show responsive.
   How i can make this?
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-mobile-version-6/#post-9251770)
 * Hello [@francynesoares](https://wordpress.org/support/users/francynesoares/),
 * You mentioned mobile version in your first post of this topic and the screenshot
   shows very zoomed out page that has nothing to do with mobile version.
 * I’m still not sure what exactly is your issue, please describe it more precisely.
 * Kind Regards, Roman.
 *  Thread Starter [francynesoares](https://wordpress.org/support/users/francynesoares/)
 * (@francynesoares)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-mobile-version-6/#post-9257338)
 * Hello friend,
 * I sended for you the site link, i think is more easy if you can see what i related.
   
   [http://eccoenergydrink.com](http://eccoenergydrink.com) My problem is simple,
   when i use imagens in “imagens widget” it does’nt work like responsive, but i
   need to use only images in some blocks, how i can make this to that stay responsive?
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-mobile-version-6/#post-9258068)
 * Hello [@francynesoares](https://wordpress.org/support/users/francynesoares/),
 * I have just checked your website on different resolutions once again and it seems
   to be responsive.
 * I guess that you are checking mobile view by zooming out the page, that’s not
   correct way to do that.
 * Kind Regards, Roman.
 *  Thread Starter [francynesoares](https://wordpress.org/support/users/francynesoares/)
 * (@francynesoares)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-mobile-version-6/#post-9263966)
 * You can see spaces around the image, which don’t exist. They need to stick together
   to the sides of the screen, so you can see that they aren’t adapting, even I 
   have put that is not to have padding.
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-mobile-version-6/#post-9267739)
 * Hello [@francynesoares](https://wordpress.org/support/users/francynesoares/),
 * Please try to use the following CSS code.
 * You can add CSS code in **Dashboard** → **Appearance** → **Customize** → **Additional
   CSS** (WordPress 4.7 and up).
 *     ```
       @media only screen and (max-width: 780px) {
   
           .panel-grid .panel-grid-cell {
               padding-left: 0 !important;
               padding-right: 0 !important;
               margin-bottom: 0 !important;
           }
       }
       ```
   
 * Kind Regards, Roman.

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

The topic ‘Problem with mobile version’ is closed to new replies.

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

 * 7 replies
 * 2 participants
 * Last reply from: [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-mobile-version-6/#post-9267739)
 * Status: not resolved