[wp-meta] [Making WordPress.org] #6153: In accessibility page, Show Welcome Box issue.

Making WordPress.org noreply at wordpress.org
Mon Mar 14 07:36:16 UTC 2022


#6153: In accessibility page, Show Welcome Box issue.
----------------------------------------+---------------------
 Reporter:  smit08                      |       Owner:  (none)
     Type:  defect                      |      Status:  new
 Priority:  low                         |   Milestone:
Component:  Make (Get Involved) / P2    |  Resolution:
 Keywords:  has-testing-info has-patch  |
----------------------------------------+---------------------

Comment (by vijayhardaha):

 I have some quick & small points to mention for review on similar pages if
 they are valid.

 3 columns on `.make-welcome` has `width:30%` for `min-width:1024px`
 if that's not intentionally then can we make those columns wider and fix
 them to parent wrapper using
 {{{
 @media screen and (min-width: 1024px) {
     .make-welcome .entry-content .column {
         width: 33.3333333333%;
         padding: 1.5%;
         float: left;
     }
 }
 }}}

 `.make-welcome .entry-content` has `max-width:940px;` currently,
 can't this section has `max-width: 1024px;` same as other sections and
 look properly aligned?

 New block header using `889px` for responsive while rest content after
 that using `876px`.

 https://make.wordpress.org/docs/style-guide/
 handbook breadcrumbs look too close to the handbook container name. Try
 checking 900px
 `top: 7rem;` working perfectly on all screens so far.

 handbook breadcrumbs using `left: 280px;` currently,
 but not vertically aligned with entry content. we can try using `left:
 25%; margin-left: 4rem;`

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


More information about the wp-meta mailing list