Skip to:
Content

BuddyPress.org

Opened 5 months ago

Last modified 5 months ago

#8876 new defect (bug)

Content overflow issue on mobile devices

Reported by: baroliyamayur's profile baroliyamayur Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: BuddyPress.org Sites 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 (2)

#1 @baroliyamayur
5 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
5 months ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites
Note: See TracTickets for help on using tickets.