Hi, as you can see on my site http://www.studiotecne.it the dots under the slider are not centered, it is possible to center this or make them disappear?
thanks
Alex
Hi, as you can see on my site http://www.studiotecne.it the dots under the slider are not centered, it is possible to center this or make them disappear?
thanks
Alex
Hello dear friend, I have got your concern about the problem.
Yes it possible to to remove - disappear or make it it centered.
Here is the solution for;
Please find that file below
Under wp-content/themes/delicate style.css (http://www.studiotecne.it/wp-content/themes/delicate/style.css)
Edit this file find CSS definiton for #slideshow-nav (I think it is between line 195 and 198)
If you want to disappear it just add CSS property display:none;. Supposed to be like that #slideshow-nav {position:absolute; left: 47%; bottom:0px; display:none;}
If you want to make it centered just change CSS property left: 47% to left: 36%; or how you want it to appear on your web site.
I hope this will solve your question easily. Have a great day.
thanks a lot, this was a quick reply!!!
dots centered! :-)))
You're welcome. Happy for that.
This topic has been closed to new replies.