Skip to:
Content

BuddyPress.org

Opened 2 years ago

Closed 8 months ago

#8798 closed defect (bug) (wontfix)

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

Reported by: upadalavipul's profile upadalavipul Owned by:
Milestone: 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 2 years ago.
added patch

Download all attachments as: .zip

Change History (3)

#1 @upadalavipul
2 years 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
2 years ago

added patch

#2 @espellcaste
8 months ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Closing as per #9193

Note: See TracTickets for help on using tickets.