steven-king / j586

Intermediate Interactive Media
17 stars 13 forks source link

If you are using bxSlider... #13

Closed alblaine closed 10 years ago

alblaine commented 10 years ago

Hey everyone! If you're using bxSlider and are having trouble getting your images centered, adding this to your CSS will save you some hair-pulling:

.bx-viewport ul { margin: 0; padding: 0; }

steven-king commented 10 years ago

Thanks for sharing!