Title: Full Width Slider CSS
Last modified: September 17, 2016

---

# Full Width Slider CSS

 *  [brlangels](https://wordpress.org/support/users/brlangels/)
 * (@brlangels)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-slider-css/)
 * I want the slider on this page to be full width ([http://www.juliabellephotos.com/family/](http://www.juliabellephotos.com/family/)).
   WHen I set the inner-site to max-width 2500px, it affects the blog page. Do I
   need to create a new wrapper for the family page? Or add a class to the family
   page .site-inner slider{}? If so, How do I add the class just to that page?

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

 *  [ThemeSumo](https://wordpress.org/support/users/themesumo/)
 * (@themesumo)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-slider-css/#post-8193697)
 * You can target this page specifically by its ID #.
 * Add this to your [Child Theme](https://codex.wordpress.org/Child_Themes) _style.
   css_ file or using a [Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
   plugin:
 *     ```
       .page-id-603 .site-inner {
           max-width: 100%; 
       }
       ```
   
 * Hope this helps.
 *  Thread Starter [brlangels](https://wordpress.org/support/users/brlangels/)
 * (@brlangels)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-slider-css/#post-8193768)
 * Works perfectly! THANK YOU!!!!!!!!!

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

The topic ‘Full Width Slider CSS’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [brlangels](https://wordpress.org/support/users/brlangels/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-slider-css/#post-8193768)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
