Skip to:
Content

BuddyPress.org

Opened 17 months ago

Closed 5 months ago

#8914 closed defect (bug) (wontfix)

Responsive Design is not proper for the features

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

Description

URL : https://buddypress.org/
The Responsive design is not proper for the features section under screen size 900px.

Attachments (4)

Screenshot 2023-06-03 at 4.49.52 PM.png (238.4 KB) - added by pitamdey 17 months ago.
Screenshot for proper understanding
8914.patch (4.0 KB) - added by pitamdey 17 months ago.
After applying this solution the issue resolved
Screenshot 2023-06-20 at 5.56.42 PM.png (225.6 KB) - added by pitamdey 17 months ago.
Hi @krupalpanchal...Here is the Screenshot after adding my patch
8914.2.patch (960 bytes) - added by nidhidhandhukiya 17 months ago.
I have checked the patch and solution, it is working fine for desktop but still the issue is there in responsive. I have added patch which can resolve issue with responsive.

Download all attachments as: .zip

Change History (7)

@pitamdey
17 months ago

Screenshot for proper understanding

@pitamdey
17 months ago

After applying this solution the issue resolved

#1 @imath
17 months ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to BuddyPress.org Sites

#2 @krupalpanchal
17 months ago

Hi, @pitamdey Could you please share the screenshot of before/after adding your patch? That would be great to see the difference.

Adding suggestions for your patch. #showcase-inner has padding only for top, not for left-right. So we can also add that padding for screens under 900.

#showcase-inner {
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}

@pitamdey
17 months ago

Hi @krupalpanchal...Here is the Screenshot after adding my patch

@nidhidhandhukiya
17 months ago

I have checked the patch and solution, it is working fine for desktop but still the issue is there in responsive. I have added patch which can resolve issue with responsive.

#3 @espellcaste
5 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.