Opened 20 months ago
Last modified 20 months ago
#6095 new defect (bug)
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 (3)
#1
@
20 months 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.
Note: See
TracTickets for help on using
tickets.
added screenshot for tablet device