Skip to:
Content

BuddyPress.org

Opened 22 months ago

Closed 8 months ago

#8876 closed defect (bug) (wontfix)

Content overflow issue on mobile devices

Reported by: baroliyamayur's profile baroliyamayur Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: Priority: normal
Severity: normal Version:
Component: BuddyPress.org Sites Keywords: needs-patch has-screenshots
Cc:

Description

Content overflow issue on mobile devices

Page URL:- https://buddypress.org/about/

Issue Screenshot:- https://share.cleanshot.com/TGWHPSdtcJKFPJlRN3Zz

Change History (3)

#1 @baroliyamayur
22 months ago

Please use the below CSS to resolve the issue.

for right sidebar div

width: 100%;
float: none;
margin: 0 0 30px;
max-width: 100%;
box-sizing: border-box;

See output: https://share.cleanshot.com/1KmPkqysQQfd3T0qkvyV

#2 @imath
22 months ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites

#3 @espellcaste
8 months ago

  • Milestone BuddyPress.org Sites deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Closing as per #9193

Note: See TracTickets for help on using tickets.