Making WordPress.org

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: multidots1896's profile multidots1896 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)

buddypress-tablet.png (801.1 KB) - added by multidots1896 20 months ago.
added screenshot for tablet device
mobile-login.png (661.9 KB) - added by multidots1896 20 months ago.
added screenshot for mobile device

Download all attachments as: .zip

Change History (3)

@multidots1896
20 months ago

added screenshot for tablet device

@multidots1896
20 months ago

added screenshot for mobile device

#1 @aezazshekh
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.