Opened 3 years ago
Closed 2 years ago
#8806 closed defect (bug) (wontfix)
Spacing issue in wpadminbar in responsive design
| Reported by: | baroliyamayur | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | BuddyPress.org Sites |
| Component: | BuddyPress.org Sites | Version: | |
| Severity: | normal | 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)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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 {
}
}