Search code examples
jqueryhtmlcsscentercoda-slider

How do I center a jQuery Coda-Slider?


I am using Coda-slider as a jQuery slider plugin, and I am making a website for somebody. I ran past a problem: http://texting2web.co.cc Ignore the domain, I am waiting for my TLD to properly change to my new server :P

Anyways, as you can see the codaslider isnt centered. I have tried everything but nothing works. I also want the idicator dots on the bottom to be centered too. Any help is greatly appreciated.


Solution

  • line 8 of slider.css says float:left for .coda-slider.

    After removing that, you'll also want to add margin:0 auto for .coda-slider

    As You figured out, giving the ul text-align: center centered the dots as well (also removing the float:left)