How do I center the bullet navigation?
I have tried doing it through CSS and get no results.
Here is my test page - http://hoffcomm.com/demo/slider/
How do I center the bullet navigation?
I have tried doing it through CSS and get no results.
Here is my test page - http://hoffcomm.com/demo/slider/
Change 'position:absolute;' to 'margin: 0 auto;' on .lof-navigator-wapper in slider.css (line 18)
Should have specified that slider.css lives in /wp-content/plugins/easing-slider/css
Thank you! It worked great!
Tried to change this but it only moved the bullets from inside to outside
You must log in to post.