Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Anything Slider – Need to stretch content outside wrapper div Re: Anything Slider – Need to stretch content outside wrapper div

#116562
Mottie
Member

AnythingSlider adds padding around the images so that the arrows can be shown. Use this css to remove this extra padding, but doing so will move the arrows inside of the slider – [see this demo](http://jsfiddle.net/ycUB6/3244/)

​.anythingSlider {
padding: 0;
}​

Maybe you could try out some of the [other AnythingSlider themes](http://css-tricks.github.com/AnythingSlider-Themes).