Opened 17 months ago
Closed 5 months ago
#8914 closed defect (bug) (wontfix)
Responsive Design is not proper for the features
Reported by: | pitamdey | Owned by: | 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)
Change History (7)
#1
@
17 months ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to BuddyPress.org Sites
#2
@
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; }
Note: See
TracTickets for help on using
tickets.
Screenshot for proper understanding