You can do this using CSS.
.wordpoints-points-top-users td {
text-align: center;
vertical-align: center;
}
You can copy that and paste it into the Additional CSS section in the theme Customizer.
Thread Starter
cyb3r
(@rakusac)
It looks a little bit better now http://prntscr.com/j0x8mr , how to do same with my points widget?
I think this should work:
.widget .wordpoints-points-logs td {
text-align: center;
vertical-align: center;
}
Thread Starter
cyb3r
(@rakusac)
Can avatar be removed from Top users widget?
Yes, this should work:
.widget .wordpoints-points-top-users .avatar {
display: none;
}