Title: Changing slider size
Last modified: August 21, 2016

---

# Changing slider size

 *  Resolved [sarahmorogers](https://wordpress.org/support/users/sarahmorogers/)
 * (@sarahmorogers)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/changing-slider-size-1/)
 * Hi
 * I’ve added the slider to the homepage of my site: [http://eilidhcairns.com/](http://eilidhcairns.com/)
 * I uploaded the images as 350px x 350px, however the slider makes them go full-
   width, and so massive, at 940px sq.
 * Is there any way of making the slider smaller?
 * Is it possible then to right-align the images, and wrap some text around the 
   slider – or do you have to embed the text into the image to get the effect you
   have on the demo homepage slider?
 * Many thanks
 * Sarah

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

 *  Theme Author [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * (@fruitfulcode)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/changing-slider-size-1/#post-4536076)
 * It possible only via custom css in theme options
 *     ```
       .flexslider {
           width: 350px;
           height: 350px;
       }
   
       .flexslider .slides img {
       width: 350px;
       display: block;
       }
       ```
   
 *  Thread Starter [sarahmorogers](https://wordpress.org/support/users/sarahmorogers/)
 * (@sarahmorogers)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-slider-size-1/#post-4536109)
 * Hi, I couldn’t get that to work, it did make the slider smaller, but it was a
   full width slider box with the smaller image in it, and the arrows were in odd
   places.
 * So I installed a widget called Easy Rotator and am working from there.
 * Thanks for your help though.
 * S
 *  Theme Author [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * (@fruitfulcode)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-slider-size-1/#post-4536110)
 * sarahmorogers, slider in theme, just not suit your needs. Install other plugin
   for this that make sense.
 *  Thread Starter [sarahmorogers](https://wordpress.org/support/users/sarahmorogers/)
 * (@sarahmorogers)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-slider-size-1/#post-4536111)
 * Thanks, I thought as much.
 * Is there any way of reducing the amount of white space above and below the plugin?
   I know some of it is to do with the plugin but it would be great to pull it in
   a bit tighter.
 * Thank you!
 * Sarah

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

The topic ‘Changing slider size’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [sarahmorogers](https://wordpress.org/support/users/sarahmorogers/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/changing-slider-size-1/#post-4536111)
 * Status: resolved