How to move member card to the center of the page.

SnG

Member
I need to move the member card to the center of the page instead of the current center top of the page.

Anyone know which template to edit to move the member card?
 
I would guess that's going to be xenforo.js.

I don't have access to my local install at the moment but looking at the code, this could be the relevant section:
Code:
_overlayConfig:    {
top: "10%"
 
Top Bottom