Opened 3 years ago
Closed 17 months ago
#8721 closed defect (bug) (wontfix)
In responsive view profile name display
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | BuddyPress.org Sites | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | BuddyPress.org Sites | Keywords: | has-screenshots |
| Cc: |
Description
Hello Team,
When we login into WordPress.org and go to the below link and in responsive view, ( 768 ) H( Howdy,) text is showing. Please attached screenshot.
Page URL: https://buddypress.org/about/
Thanks.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Hello Team,
I have checked the above-mentioned issue and also I tried to find out its file from the meta clone. But unfortunately, I didn't find it.
So, Here, I have added my CSS as a patch.
@media screen and (max-width:782px){ #wpadminbar #wp-admin-bar-my-account a.ab-item { display: block; position: static; text-indent: 0; overflow: unset; width: auto; color: #555; } #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img { position: static; width: 26px !important; height: 26px !important; } }Thanks,