Title: Mobile Version background images
Last modified: January 23, 2017

---

# Mobile Version background images

 *  [deftdanny](https://wordpress.org/support/users/deftdanny/)
 * (@deftdanny)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/mobile-version-background-images/)
 * Hi,
 * I noticed that when I open the website on my phone it does not appear the same
   as what it shows me when editing my site trough a desktop. The background images
   become blurry and don’t show the same as what it is supposed to. Can you please
   help, here is the site.
 * [http://www.infinitytransportation.net/](http://www.infinitytransportation.net/)

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/mobile-version-background-images/#post-8690392)
 * Hello there,
 * Try adding the below custom CSS code into your site’s additional CSS option (
   Appearance > Customize > Additional CSS).
 *     ```
       @media only screen and (max-width:1024px){
   
         .panel-row-style[data-hasbg="hasbg"]{
           background-size: 100% !important;
           background-attachment: scroll !important; 
         }
   
       }
       ```
   
 * Let me know how it goes.
 * Regards,
    Kharis
 *  Thread Starter [deftdanny](https://wordpress.org/support/users/deftdanny/)
 * (@deftdanny)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/mobile-version-background-images/#post-8694739)
 * Hi,
 * That code did not work it created gaps on the top and bottom margins. I took 
   an screen shot but I cant attach it
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/mobile-version-background-images/#post-8694758)
 * Hello there,
 * For screenshot, share it the free file hosting service like Google Drive, Dropbox,
   Cloudup.com and post its public URL here.
 * Regards,
    Kharis

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

The topic ‘Mobile Version background images’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.68/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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/mobile-version-background-images/#post-8694758)
 * Status: not resolved