Hi!
Thanks for reaching out!
You can create player lists for that. Unfortunately, you need to pick between the list and gallery view, so we can’t have both.
Thanks!
Thank you for the solution. 🙂
In addition to this topic:
Is is possible to Change the number of players for each row and the pic size?
I would like to have it smaller…
See: http://fc-hinzenbach.at/wp/mannschaft/
The same with the pic size on the player’s page:
See: http://fc-hinzenbach.at/wp/player/meindlhumer-rainer-2/
Thanks for your help!
Cheers, Rainer
Plugin Contributor
Savvas
(@savvasha)
Hi @rai10,
To achieve what you want you should add the following CSS code to SportsPress -> Settings -> General -> Custom CSS
.gallery-columns-3 .gallery-item {
max-width: 15%;
}
.sp-template-photo {
max-width: 240px !important;
}
You can try changing the above values to fit your needs.
Please next time open a new topic for each question. It will be easier for other users with similar problems to find a solution.
Thanks,
Savvas