Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63276, comment 1


Ignore:
Timestamp:
06/06/2025 09:01:47 AM (12 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63276, comment 1

    initial v1  
    1 All themes from Twenty Ten to Twenty Seventeen added 30 pixels to the width of `.wp-block` 'to account for padding' in [44152]. WordPress 5.4 removed that padding, but the number was already inaccurate with WP 5.0. (Left and right padding were set to 14 pixels for small screens, or 43 pixels each for larger screens.)
     1All themes from Twenty Ten to Twenty Seventeen added 30 pixels to the width of `.wp-block` 'to account for padding' in [44152]. WordPress 5.4 removed that padding, ~~but the number was already inaccurate with WP 5.0. (Left and right padding were set to 14 pixels for small screens, or 43 pixels each for larger screens.)~~
     2//Correction: the old values were accurate originally, accounting for padding **plus** a border and the negative margins on larger screens.//
    23
    34To accommodate older versions of WordPress, Twenty Fourteen probably could set the width like this in `editor-blocks.css`: