[wp-meta] [Making WordPress.org] #6649: Content overflow issue in responsive design
Making WordPress.org
noreply at wordpress.org
Wed Jan 4 11:54:29 UTC 2023
#6649: Content overflow issue in responsive design
-------------------------------------------------+-------------------------
Reporter: patelhitesh | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: General | Resolution:
Keywords: needs-patch needs-design-feedback |
has-screenshots |
-------------------------------------------------+-------------------------
Comment (by baroliyamayur):
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;}
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6649#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list