Opened 3 years ago
Closed 8 months ago
#6095 closed defect (bug) (wontfix)
In Buddypress.org adminbar login and author name designing issue in Tablet and Mobile screen
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | buddypress.org | Keywords: | has-screenshots |
Cc: |
Description
In buddypress.org site having designing issue in adminbar login spacing issue in mobile device and username hidden in tablet device.
Url:
https://codex.buddypress.org/
Need to add css for it
For mobile device Login spacing issue
#wpadminbar #wp-toolbar a.ab-item { padding-left: 10px; }
Attachments (2)
Change History (4)
#1
@
3 years ago
Hello @multidots1896
Thank you for creating this ticket.
In screens smaller than 782 pixels, I have removed the author tile, so there will be no design issue in the right side author logo.
Need to add CSS for it
For mobile and tablet device Author Logo issue
@media screen and (max-width: 781px) { #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account> a.ab-item {text-indent: 9999px;} }
Thanks.
#2
@
8 months ago
- Resolution set to wontfix
- Status changed from new to closed
Thanks for the report! This issue was later duplicated in the BuddyPress Trac in BP#8721 (among many others). However, all BuddyPress site theme-related tickets have been closed by the BuddyPress team per the theme redesign via BP#9193 that is in progress. Therefore I am closing this as 'wontfix' since the new theme won't have this issue.
added screenshot for tablet device