Title: Resize dimensions
Last modified: August 31, 2016

---

# Resize dimensions

 *  Resolved [cmnthrds](https://wordpress.org/support/users/cmnthrds/)
 * (@cmnthrds)
 * [10 years ago](https://wordpress.org/support/topic/resize-dimensions/)
 * My slider resized itself after the last update and now doesn’t match the width
   of that area on my web site. How do I change the size of the slider? The Display
   Settings on the Slider Settings are the correct dimensions, but the slider appears
   about 10-20% smaller on my web site and right aligned.
 * [https://www.whatihavelearnedteaching.com](https://www.whatihavelearnedteaching.com)
 * [https://wordpress.org/plugins/genesis-responsive-slider/](https://wordpress.org/plugins/genesis-responsive-slider/)

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

 *  Plugin Support [Nick C](https://wordpress.org/support/users/modernnerd/)
 * (@modernnerd)
 * [10 years ago](https://wordpress.org/support/topic/resize-dimensions/#post-7313737)
 * Hi, cmnthrds!
 * It looks like your theme’s stylesheet is adding some white space to the left 
   of your slider with this CSS:
 *     ```
       .content ul {
           margin-left: 2.3em;
       }
       ```
   
 * You can correct this by adding the following CSS:
 *     ```
       .content ul.slides {
           margin-left: 0;
       }
       ```
   
 * There are a couple of ways you can add this code:
 * 1. Edit your theme’s style.css and place the code at the bottom after all other
   code.
    2. Alternatively, install a [custom CSS plugin](https://wordpress.org/plugins/simple-custom-css/)
   and add the code to the Appearance → Custom CSS area.
 * Once you’ve made that change, you should find the slider image uses the full 
   width of the content area again.
 *  Thread Starter [cmnthrds](https://wordpress.org/support/users/cmnthrds/)
 * (@cmnthrds)
 * [10 years ago](https://wordpress.org/support/topic/resize-dimensions/#post-7313740)
 * Thank you! That did it. I appreciate your speedy help. 🙂
 *  Plugin Support [Nick C](https://wordpress.org/support/users/modernnerd/)
 * (@modernnerd)
 * [10 years ago](https://wordpress.org/support/topic/resize-dimensions/#post-7313746)
 * You’re welcome! Glad I could help. 🙂

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

The topic ‘Resize dimensions’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/genesis-responsive-slider_656565.
   svg)
 * [Genesis Responsive Slider](https://wordpress.org/plugins/genesis-responsive-slider/)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-responsive-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-responsive-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-responsive-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-responsive-slider/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Nick C](https://wordpress.org/support/users/modernnerd/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/resize-dimensions/#post-7313746)
 * Status: resolved