Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 2 years ago

#8876 closed defect (bug) (wontfix)

Content overflow issue on mobile devices

Reported by: baroliyamayur Owned by: johnjamesjacoby
Priority: normal Milestone:
Component: BuddyPress.org Sites Version:
Severity: normal 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
3 years 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
3 years ago

  • Milestone Awaiting ReviewBuddyPress.org Sites

#3 @espellcaste
2 years ago

  • Milestone BuddyPress.org Sites
  • Resolutionwontfix
  • Status newclosed

Closing as per #9193

Note: See TracTickets for help on using tickets.