Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text overlaps on group images #225

Open
gmanmike opened this issue Oct 15, 2022 · 2 comments
Open

Text overlaps on group images #225

gmanmike opened this issue Oct 15, 2022 · 2 comments

Comments

@gmanmike
Copy link

2022-10-14_18-39-50
Group Images are not showing up correctly when plugin is activated. How can I fix this?

@boonebgorges
Copy link
Owner

Hello - What theme are you using? It appears that it's using some absolute positioning that conflicts with the positioning rules in BPGES.

I'm not sure whether there's anything that BPGES could change to prevent this. You'll likely have to write a bit of CSS that forces some space for the absolutely-positioned element in your theme. You could try something like this, which adjusts the positioning of the BPGES element:

.single-item .group-subscription-div {
  padding-top: 80px;
}

But this might be better fixed by adjusting the positioning of the member avatars provided by your theme.

@gmanmike
Copy link
Author

It's the buddyboss theme. Okay, I'll try that, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants