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 😛
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.
line 8 of slider.css says
float:leftfor.coda-slider.After removing that, you’ll also want to add
margin:0 autofor.coda-sliderAs You figured out, giving the
ultext-align: centercentered the dots as well (also removing thefloat:left)