creaky
Customer
I've been playing with the user profile and trying to move things around a bit, this is how it looks on PC desktop
I've added the following to extra.less which moves the avatar and username info down
The issue comes in responsive view, I get a big gap between the avatar and user info

Is the code above correct or is there a style property I can change? Also, how do I get rid of the gap in responsive view?

I've added the following to extra.less which moves the avatar and username info down
Code:
.memberHeader-avatar {
margin-top: 130px;
}
.memberHeader-name {
margin-top: 130px;
}
The issue comes in responsive view, I get a big gap between the avatar and user info

Is the code above correct or is there a style property I can change? Also, how do I get rid of the gap in responsive view?