Skip to:
Content

BuddyPress.org

Opened 2 years ago

Closed 9 months ago

#8806 closed defect (bug) (wontfix)

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 2 years ago.
Spacing issue in wpadminbar in responsive design

Download all attachments as: .zip

Change History (4)

#1 @baroliyamayur
2 years 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 2 years ago by baroliyamayur (previous) (diff)

@baroliyamayur
2 years ago

Spacing issue in wpadminbar in responsive design

#2 @imath
2 years ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites

#3 @espellcaste
9 months ago

  • Resolution set to wontfix
  • Status changed from new to closed

Closing as per #9193

Note: See TracTickets for help on using tickets.