Skip to:
Content

BuddyPress.org

Opened 8 months ago

Last modified 8 months ago

#8806 new defect (bug)

Spacing issue in wpadminbar in responsive design

Reported by: baroliyamayur's profile baroliyamayur Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: BuddyPress.org Sites Priority: normal
Severity: normal Version:
Component: BuddyPress.org Sites Keywords: needs-patch has-screenshots
Cc:

Description

Please check the below URL. Spacing issue in wpadminbar in responsive design on codex.buddypress.org page.

Page URL:- https://codex.buddypress.org/

Issue Screenshot:- https://share.cleanshot.com/XSkRt4WyTNnt9Qs31f7z

Attachments (1)

8806.patch (1.9 KB) - added by baroliyamayur 8 months ago.
Spacing issue in wpadminbar in responsive design

Download all attachments as: .zip

Change History (3)

#1 @baroliyamayur
8 months ago

Solution for spacing issue wpadminbar in responsive design.

@media screen and (max-width: 460px){
#wpadminbar #wp-toolbar #wp-admin-bar-bp-login a.ab-item {
    padding: 5px;
}
}
Last edited 8 months ago by baroliyamayur (previous) (diff)

@baroliyamayur
8 months ago

Spacing issue in wpadminbar in responsive design

#2 @imath
8 months ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites
Note: See TracTickets for help on using tickets.