Title: Make Slider same width as content?
Last modified: August 22, 2016

---

# Make Slider same width as content?

 *  Resolved [LeahC2391](https://wordpress.org/support/users/leahc2391/)
 * (@leahc2391)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/make-slider-same-width-as-content/)
 * Hello,
 * I have inserted a background image for my content area….
 *     ```
       div.row.column-content-wrapper {
       	background: url(./wp-content/uploads/2014/10/content-background.png) repeat;
       opacity: .87;
       	position: relative;
       	padding: 5px 0 0 0;
       	left: 1%;
       	border: groove 2px #0593ca;
       }
       ```
   
 * It works just fine for the most part but my text runs off the page. Along with
   the page title underline design going off the page too.
 * To fix the text I made div boxes within each page.
 * I don’t know if this is the best way to fix this?
 * Also my slider seems to be smaller than the content area?
    -I would like it to
   be the same width, while still being responsive.
 * Any solutions for my problems will be very much appreciated!

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

 *  Thread Starter [LeahC2391](https://wordpress.org/support/users/leahc2391/)
 * (@leahc2391)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/make-slider-same-width-as-content/#post-5445883)
 * The link to my site:
 * [http://peacefulriverwineryandspa.com/prototype/wp-admin/customize.php?url=http%3A%2F%2Fpeacefulriverwineryandspa.com%2Fprototype%2F](http://peacefulriverwineryandspa.com/prototype/wp-admin/customize.php?url=http%3A%2F%2Fpeacefulriverwineryandspa.com%2Fprototype%2F)
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/make-slider-same-width-as-content/#post-5445911)
 * Link is asking me to login.
 * I presume [this ](http://peacefulriverwineryandspa.com/prototype/)is correct
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/make-slider-same-width-as-content/#post-5445917)
 * Here’s the [snippet ](http://themesandco.com/snippet/change-customizr-background-to-texture-or-image/)
   for a full Background Image.
 * Don’t like the look of your code. I assume you were trying for the image below
   the header block? Then put the body code in and reposition it would be a better
   approach imho. Or make the Header appear on top of the image using z-index.
 * If I’m talking gobbledegook, add the background image like the snippet and come
   back
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/make-slider-same-width-as-content/#post-5445920)
 * The slider is actually correct (1170px). It’s this code that has grown that container
   beyond 1170px:
 *     ```
       div.row.column-content-wrapper {
         background: url("./wp-content/uploads/2014/10/content-background.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
         border: 2px groove #0593ca;
         left: 1%;
         opacity: 0.88;
         padding: 5px 50px 0 0;
         position: relative;
       }
       ```
   
 * Take this code out and then we can start again after the image is fixed.
 *  Thread Starter [LeahC2391](https://wordpress.org/support/users/leahc2391/)
 * (@leahc2391)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/make-slider-same-width-as-content/#post-5445948)
 * Thanks!! 🙂
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/make-slider-same-width-as-content/#post-5445968)
 * Did you try to add:
 *     ```
       body {
       /* Adjust the Image location 'wp-content/uploads/NAMEOFFILE.png' */
       background:     url(/wp-content/uploads/NAMEOFFILE.png) repeat 0 0  ;
       }
       ```
   

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

The topic ‘Make Slider same width as content?’ is closed to new replies.

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

## Tags

 * [content width](https://wordpress.org/support/topic-tag/content-width/)

 * 6 replies
 * 2 participants
 * Last reply from: [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/make-slider-same-width-as-content/#post-5445968)
 * Status: resolved