Forums

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

Home Forums JavaScript Anything Slider image alignment – margin to the right?? Re: Anything Slider image alignment – margin to the right??

#106034
Mottie
Member

Hi panzerwraith!

Go to your anythingslider.css file, line 47 and add a padding set to zero:

ul.anythingBase {
background: transparent;
list-style: none;
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
}