Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 2 years ago

#8807 closed defect (bug) (wontfix)

Remove extra content issue in WPadminbar

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

Remove extra content issue in WPadminbar in responsive design on codex.buddypress.org page. Please check the below URL.

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

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

Attachments (1)

8807.patch (1.8 KB ) - added by baroliyamayur 3 years ago.
Remove extra content issue in WPadminbar in responsive design

Download all attachments as: .zip

Change History (4)

#1 @baroliyamayur
3 years ago

Solution for Remove extra content issue wpadminbar in responsive design.

@media screen and (max-width: 782px){
    #wpadminbar #wp-toolbar #wp-admin-bar-my-account a.ab-item {
        font-size: 0;
    }
}

@baroliyamayur
3 years ago

Remove extra content issue in WPadminbar in responsive design

#2 @imath
3 years ago

  • Milestone Awaiting ReviewBuddyPress.org Sites

#3 @espellcaste
2 years ago

  • Resolutionwontfix
  • Status newclosed

Closing as per #9193

Note: See TracTickets for help on using tickets.