| 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.) |
| | 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.)~~ |
| | 2 | //Correction: the old values were accurate originally, accounting for padding **plus** a border and the negative margins on larger screens.// |