I tried to have a page number in the bottom of tiddler (5px above tiddler frame)
.td-footer {
background-color:#000;color:#fff;display:inline-block;text-
align:center;
position:absolute;
font-size:0.5em !important;
font-weight:700;
border-radius:50%;
padding:8px;
bottom:5px;margin: 0 auto;
}
The number is shown at the bottom left of tiddler, I tried margin: 0 auto, but it does not work!
I appreciate to take a look ne let me know how I can do this!
!! NOTE
I use a macro to read the tiddler filed called "page-number" and then style it with .td-footer