Skip to:
Content

BuddyPress.org

Opened 4 years ago

Closed 2 years ago

#8798 closed defect (bug) (wontfix)

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

Reported by: upadalavipul Owned by:
Priority: normal Milestone:
Component: Core Version:
Severity: normal 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 4 years ago.
added patch

Download all attachments as: .zip

Change History (3)

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

added patch

#2 @espellcaste
2 years ago

  • Milestone Awaiting Review
  • Resolutionwontfix
  • Status newclosed

Closing as per #9193

Note: See TracTickets for help on using tickets.