Title: Mobile theme help
Last modified: August 22, 2016

---

# Mobile theme help

 *  Resolved [ps1](https://wordpress.org/support/users/ps1/)
 * (@ps1)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/mobile-theme-help/)
 * Hi,
 * Running WP on local PC network and just want some help with coding for when the
   site is displayed on mobile devices.
 * Running responsive theme and have the site looking good when displayed on a desktop/
   laptop. The site also looks good on mobile devices with a couple of exceptions.
 * I am running Easing slider full width. I have it set up so the slider only appears
   on the home page by using this code into a header.php file I have created in 
   my child theme.
 *     ```
       <?php if ( is_front_page() ) {
       if ( function_exists( ‘easing_slider’ ) ) { easing_slider(); }
       }?>
       ```
   
 * And it works brilliantly. However the slider is not really suitable for mobile
   devices e.g smartphones but looks OK on Android tablet/ipad. I have tried the
   following.
 *     ```
       @media screen and (max-width: 650px) {
       #easing_slider {
       display:none;
       }
       ```
   
 * For 650, 480, 320 & 240 screens in both the rtl.css and style.css in my child
   theme. But alas the slider still displays. Is there a way to stop the slider 
   displaying on these screen sizes? Don’t know if I am doing something basically
   wrong? Is there even another or better way to approach this?
 * After this is resolved I need to do the same with the background image
 * Many thanks for any help
 * P

Viewing 16 replies (of 16 total)

[←](https://wordpress.org/support/topic/mobile-theme-help/?output_format=md) [1](https://wordpress.org/support/topic/mobile-theme-help/?output_format=md)
2

 *  Thread Starter [ps1](https://wordpress.org/support/users/ps1/)
 * (@ps1)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/mobile-theme-help/page/2/#post-5196125)
 * Just for anyone else add this to the style.css to disable or not display background
   on mobile theme. Probably allows for a custom background on mobile devices as
   well. will look at that later.
 * [@media](https://wordpress.org/support/users/media/) (max-width : 650px) {
    body.
   custom-background { background-image: none; } }
 * Thanks janet4now & Craig Ralston

Viewing 16 replies (of 16 total)

[←](https://wordpress.org/support/topic/mobile-theme-help/?output_format=md) [1](https://wordpress.org/support/topic/mobile-theme-help/?output_format=md)
2

The topic ‘Mobile theme help’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 16 replies
 * 4 participants
 * Last reply from: [ps1](https://wordpress.org/support/users/ps1/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/mobile-theme-help/page/2/#post-5196125)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
