This is a great idea. Should be default in vB.
Seems to work in 4.2.1.
Does anyone know how to center the dots in Postbit?
I tried "align="center" in the div but that didn't work.
UPDATE:
For anyone who is looking for how to do this, here is the information...
Change the CSS for
djdot ul to the following;
Code:
.djdot ul{
margin: 0;
padding: 0;
margin-left: auto;
margin-right: auto;
/* width: 80%; width of menu*/
}