Skip to:
Content

BuddyPress.org

Opened 23 months ago

Closed 6 months ago

#8807 closed defect (bug) (wontfix)

Remove extra content issue in WPadminbar

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

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 23 months ago.
Remove extra content issue in WPadminbar in responsive design

Download all attachments as: .zip

Change History (4)

#1 @baroliyamayur
23 months 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
23 months ago

Remove extra content issue in WPadminbar in responsive design

#2 @imath
22 months ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites

#3 @espellcaste
6 months ago

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

Closing as per #9193

Note: See TracTickets for help on using tickets.