Hi,
How can I center the dots (dot-like icons, the little buttons that change when passing from one slide to another) below the [slideshow]?
Best,
Carsten
Hi,
How can I center the dots (dot-like icons, the little buttons that change when passing from one slide to another) below the [slideshow]?
Best,
Carsten
Hey,
you can position the slidercontrols by editing style.css. Please find following code:
#top .entry .slidecontrolls {
bottom:-12px;
left:4px;
position:relative !important;
z-index:10;
top:auto;
}
Change left: 4px to any value you like.
Thanks!
You must log in to post.