Skip to:
Content

BuddyPress.org

Opened 8 months ago

Last modified 7 months ago

#8807 new defect (bug)

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

Download all attachments as: .zip

Change History (3)

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

Remove extra content issue in WPadminbar in responsive design

#2 @imath
7 months ago

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