Skip to:
Content

BuddyPress.org

Opened 3 years ago

Last modified 3 years ago

#8651 new defect (bug)

Right side white space is coming in buddypress site in mobile and tablet size

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

Description

When you open the BuddyPress.org site in tablet and mobile size, then white space is coming on the right side of the site. Because of this, the design of the site is deteriorating.

And in mobile size Download BuddyPress button is coming out of the site.
Site Link => https://buddypress.org/

I have created a video of the issue. its link is given below.
https://www.loom.com/share/817328f44db749b3b85818fbfc7a707c

Attachments (2)

download (1) (1).png (139.6 KB) - added by aezazshekh 3 years ago.
Screenshot of Issue
8651.diff (981 bytes) - added by aezazshekh 3 years ago.
added patch

Download all attachments as: .zip

Change History (3)

@aezazshekh
3 years ago

Screenshot of Issue

#1 @hilayt24
3 years ago

  • Cc hilayt24 added
  • Keywords has-patch added; needs-patch removed

I think this CSS will fix the issue in the smaller devices i.e from 380px top 320px screen.size.

@media and screen (max-width:380px){
  #big-demo-button {
	font-size: 1.5em;
	padding: 10px 15px;
 }
}

@aezazshekh
3 years ago

added patch

Note: See TracTickets for help on using tickets.