Opened 4 years ago
Closed 2 years ago
#6649 closed defect (bug) (fixed)
Content overflow issue in responsive design
| Reported by: | patelhitesh | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | General | Keywords: | needs-patch needs-design-feedback has-screenshots |
| Cc: |
Description
Please check the below link:
https://wordpressfoundation.org/2017-annual-report/
When we check this page to 425px layout, the content is not looking good as per the attached screenshot.
Steps to reproduce:
Visit the site: https://wordpressfoundation.org/2017-annual-report/
Inspect the page and set the width to 425px
The content does not look good in WordCamp statistics section
Attachments (1)
Change History (3)
#1
@
4 years ago
This issue is happen because of css media query. To resolved this issue please find below changes.
@media only screen and (max-width:600px){
body.page-id-34937 .site-main article .flex.se-asia-map{background-position:center center;flex-direction:column;}
body.page-id-34937 .site-main article .flex.se-asia-map p{max-width:100%;padding-left:0;margin:20px 0 20px;}
}
#2
@
2 years ago
- Priority normal → low
- Resolution → fixed
- Status new → closed
Thanks for the report! The page has been slightly changed since this issue was reported (the map image was removed). However, I fixed the text adjacent to the chart image to be in its own block so it doesn't appear to the right of the chart. The page is now good enough.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Content formatting issue at the Width 425px