Introduction
The GamiPress integration in BuddyBoss displays user points with a standardized thumbnail size to maintain consistent layouts. If you need to adjust this size for better visual balance or branding purposes, you can apply a simple CSS override.
Custom Workaround
- In your WordPress admin, navigate to BuddyBoss > Theme Options.
- Under Custom Codes, enable CSS.
Append the following CSS, replacing “64px” with the desired dimension:
#buddypress .users-header .gamipress-buddypress-points span.activity {
width: 64px;
}
- Click Save Changes.
Troubleshooting and FAQs
Q: My thumbnail size didn’t change—what should I do?
A: Clear any site- or plugin-level cache, then reload the profile or directory page to ensure the new CSS is applied.
Q: Will this affect other GamiPress thumbnails on my site?
A: No. This selector targets only the points thumbnail in the BuddyBoss users header.