i'm using Nivo Slider in my Wordpress and vBulletin with a Iframe . but when i added more slides the navigation bullets turned to the right , and are not centered anymore. i just know about CSS an NO jquery. how can i solve this problem ?
ScreenShot : http://up.vbiran.ir/images/e7r4xxdp09ms0bafb4f.jpg
Have a look at the css file for the theme. The default one will be themes/default/default.css.
Find this and do as it says:
.theme-default .nivo-controlNav {
position:absolute;
left:50%;
bottom:-42px;
margin-left:-40px; /* Tweak this to center bullets */
}