[wp-trac] [WordPress Trac] #46999: Twenty Nineteen: Responsive Columns broken in WordPress 5.2 Beta

WordPress Trac noreply at wordpress.org
Fri Apr 19 22:13:25 UTC 2019


#46999: Twenty Nineteen: Responsive Columns broken in WordPress 5.2 Beta
---------------------------+-----------------------------
 Reporter:  dianeco        |      Owner:  (none)
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:  trunk
 Severity:  normal         |   Keywords:
  Focuses:                 |
---------------------------+-----------------------------
 WordPress 5.2 introduces a 2 columns breakpoint on small devices
 https://github.com/WordPress/gutenberg/pull/12816 but it doesn't work on
 Twenty Nineteen.
 On 768px devices, the columns don't wrap in rows of 2 and the gutter isn't
 the same between each column.

 [[Image(https://i.imgur.com/frRH5IW.png)]]

 Moreover, is it intended to have a gutter of 54px (32px set by the columns
 block + 1rem added by the theme) on large devices? By defaut Gutenberg set
 the value to 32px which is better for the content (especially on tablets),
 maybe it's not necessary to add 1 rem:
 {{{
 @media only screen and (min-width: 768px) {
 .entry .entry-content .wp-block-columns[class*='has-'] > * {
     margin-right: 1rem;
 }
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/46999>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list