Hi Luis,
Thanks for moving the question to this forum. To center the photo & title, you have to edit the plugin’s stylesheet in the /css folder. For the title, add the following rule:
.player-name-number {
text-align: center;
}
For the photo, add the following rule:
.player-photo img {
margin: auto;
}
Regards,
-Mark
-
This reply was modified 10 years, 2 months ago by Mark.
-
This reply was modified 10 years, 2 months ago by Mark.