jQuery slider / Posts /

Centering navbullets

2
Hi,

I recently purchased the content slider, but have a problem.
I see that the bullets have a width that you have to put in your css and then manually center them with left:?px
Is there a way to center the bullets dynamicly so that they remain center if more slides are added?

Thx for a fast reply :)

grtz
Jochendude  10 years ago   viewed: 9157    

2 Answers

1
You can try updating the .navBullets in the slider.css:
#mcts1 .navBullets { position:relative; width:80px;/*adjust to fit and no wrap*/ left:auto; margin:0 auto; ... ... }

If your bullets number is dynamic, the #mcts1 .navBullets a { float:left;} may need to change to float:none. 
The thread http://www.menucool.com/2105/Automatically-center-the-bullets-as-slides-are-added may give you some hints (note that thread is for JavaScript Image Slider, not for jQuery Slider).

milo
  10 years ago
0
Thanks i got it to work.

#mcts1 .navBullets { 
 position:relative !important;
text-align:center; 
 left:auto !important; 
 margin:0 auto !important; 
 }
Jochendude
  10 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: