Quote:
Originally Posted by Digital Jedi
There's a rather lengthy discussion on that in the 3.x thread that you may want to look over. I can't recall what finally worked for us there.
|
Just finished reading the thread, and what worked for me was adding a margin to "push" the dots towards the middle. In the CSS file, in the first class, add the text in red below:
Code:
.djdot{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
margin-left:20px;
}
Adjust the number so it suits your settings.
Original post by stickskills here:
https://vborg.vbsupport.ru/showpost....&postcount=188