#9006 closed defect (bug) (wontfix)
Content overflow issue on codex.buddypress.org
| Reported by: | patelhitesh | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | BuddyPress.org Sites |
| Component: | BuddyPress.org Sites | Version: | |
| Severity: | normal | Keywords: | needs-design-feedback has-patch |
| Cc: |
Description
Please check the below URL:
https://codex.buddypress.org/getting-started/
It has content scrolling issue on the Article Contributors section. For more details, please check the attached screenshot.
Attachments (1)
Change History (8)
This ticket was mentioned in PR #185 on WordPress/wordpress.org by @Benjamin_Zekavica.
3 years ago
#2
- Keywords has-patch added; needs-patch removed
Bugfix of: https://buddypress.trac.wordpress.org/ticket/9006
I fixed the code for the Responsive Design.
@Benjamin_Zekavica commented on PR #185:
3 years ago
#3
The same bug is also in the bbpress theme. I fixed it both :)
@Benjamin_Zekavica commented on PR #185:
2 years ago
#5
@JJJ Do you can check it please?
@johnjamesjacoby commented on PR #185:
19 months ago
#7
This has been addressed via: https://buddypress.trac.wordpress.org/ticket/9262
Thank you! 🎉
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Updating following css code may fix the issue.
@media screen and (max-width: 782px) { .footer-meta-wrap .footer-meta { width: auto; padding: 0; overflow: hidden; } }