Skip to:
Content

BuddyPress.org

Opened 8 months ago

Last modified 8 months ago

#8798 new defect (bug)

https://buddypress.trac.wordpress.org/ mobile menu does not proper manage padding.

Reported by: upadalavipul's profile upadalavipul Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

I have reviewed the buddypress.trac.wordpress.org site on a mobile device and found this site menu does not show properly Also below footer menus need to be left and right padding. Please check it below and the attached screenshot.

Screenshot: https://share.cleanshot.com/vN1jFH6MjQG2Fk2bsWdY

Attachments (1)

8798.patch (545 bytes) - added by multidots1896 8 months ago.
added patch

Download all attachments as: .zip

Change History (2)

#1 @upadalavipul
8 months ago

For the above issue fix, needs to be added below css.

@media screen and (max-width: 782px) {

#bb-menu-icon, #mobile-menu-button{

padding: 29px 25px;

}
body.bbpress #footer, body.buddypress #footer{

padding: 24px 6px;

}

}

@multidots1896
8 months ago

added patch

Note: See TracTickets for help on using tickets.