Making WordPress.org

Opened 2 years ago

Closed 7 months ago

#6649 closed defect (bug) (fixed)

Content overflow issue in responsive design

Reported by: patelhitesh's profile patelhitesh Owned by:
Milestone: Priority: low
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)

CleanShot 2022-12-27 at 16.36.40@2x.png (180.2 KB) - added by patelhitesh 2 years ago.
Content formatting issue at the Width 425px

Download all attachments as: .zip

Change History (3)

@patelhitesh
2 years ago

Content formatting issue at the Width 425px

#1 @baroliyamayur
2 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 @coffee2code
7 months ago

  • Priority changed from normal to low
  • Resolution set to fixed
  • Status changed from new to 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.

Note: See TracTickets for help on using tickets.