[ad_1]
I am making a new site for a football club using WP Club Manager. When clicking on a player it takes you to their profile. At the moment the content is too high and the top half is cut off, where do I find the template for this plugin so I can amend it? Here is an example page [https://skemutd.com/player/harry-hagan/])
[ad_2]
Add this to your style.css file via theme editor.
.wpcm-player-info {
margin-top: 10rem;
}
[https://ibb.co/PtpjNGZ])