[wp-meta] [Making WordPress.org] #271: Content area missing responsive styling

Making WordPress.org noreply at wordpress.org
Sun Jun 29 21:47:28 UTC 2014


#271: Content area missing responsive styling
----------------------+----------------------------
  Reporter:  Clorith  |      Owner:
      Type:  defect   |     Status:  new
  Priority:  normal   |  Component:  Support Forums
Resolution:           |   Keywords:
----------------------+----------------------------

Comment (by mlteal):

 Add a media query to forum-wp4.css to help eliminate horizontal scroll
 because of .col-6 and .col-12's fixed widths.

 {{{
 @media screen and ( max-width: 960px ) {
   .col-6, .col-12 {
     width: 100%;
     padding: 0 14px;
     margin: 0;
     box-sizing: border-box;
   }
 }
 }}}


 Still need to address the Add New Topic and Reply sections.

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/271#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list