Opened 18 months ago
Closed 6 months ago
#8915 closed defect (bug) (wontfix)
More Top Margin in Responsive design
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 Recent Topics Section has a larger top margin under screen size 780px
Attachments (4)
Change History (10)
#1
@
18 months ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to BuddyPress.org Sites
@
18 months ago
Hello @pitamdey, your patch resolve the issue, but this main id is present in whole buddypress site, if we applied your patch it will remove the spacing in other pages too, so I have attached the patch which targets the #main only of the homepage.
#3
follow-up:
↓ 4
@
18 months ago
Hi There,
8915.1.2.patch
LGTM.
There is also a padding used for the #main
div. So we should also consider that and add margin to only left and right.
body.home-page #main{ margin: 0 10px; }
Let's see someone else's feedback on this.
Screenshot for better understanding