Title: Mobile only background Oxygen
Last modified: August 22, 2016

---

# Mobile only background Oxygen

 *  [emjaybiz](https://wordpress.org/support/users/emjaybiz/)
 * (@emjaybiz)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mobile-only-background-oxygen/)
 * I’ve got a background on my site that works beautifully for full size pages, 
   on computers and tablets. but for mobile, it’s just off.
 * It still usable, but not at all the look I want.
 * Can i upload a separate file and use CSS to load it on mobile devices?
 * if possible I’d also like to suppress the slide show and remove the spacing down
   to the text on the front page.
 * rjsstonetops.com
 * thanks

Viewing 1 replies (of 1 total)

 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mobile-only-background-oxygen/#post-5637914)
 * You can. You just need to use Media Queries.
 * i.e. put in a css file
 *     ```
       @media screen and (max-width: 736px) {
       /* insert css code here */
       }
       ```
   
 * i.e. any screen smaller then 736px use this css.
    736 is the Iphone 6 Plus
 * If you wanna choose an in-between you could do
 *     ```
       @media screen and (min-width: 500px) and (max-width: 736px) {
       /* insert css code here */
       }
       ```
   
 * i.e. above this and below this.
 * Then your site will use that code only when being viewed from that screen size.

Viewing 1 replies (of 1 total)

The topic ‘Mobile only background Oxygen’ is closed to new replies.

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [mobile version](https://wordpress.org/support/topic-tag/mobile-version/)

 * 1 reply
 * 2 participants
 * Last reply from: [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/mobile-only-background-oxygen/#post-5637914)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
