Javascript Image Slider > Posts >

 

Align the whole slider

Zoltantan
10 months ago
Viewed: 435
0
Useful
How can i align the whole slider to the left side? 

10 months ago
milo   Edit
0

Open the CSS file, and remove the "margin:0 auto;" from the following setting if you want to align the whole slider to the left side.

#sliderFrame {position:relative;width:700px; margin: 0 auto;}


New Answer