WordPress / pattern-directory

The WordPress Block Pattern Directory
https://wordpress.org/patterns/
GNU General Public License v2.0
125 stars 35 forks source link

Single patterns no longer have left/right padding #695

Closed ndiego closed 4 months ago

ndiego commented 5 months ago

I am not sure if something changed in Gutenberg because I don't remember noticing this issue in previous testing. Regardless, there is no left/right padding on single pattern pages (example).

Tablet size Mobile size
image image

It should look like this:

Tablet size Mobile size
image image

Possible Solution

I think if you change the width of the two container blocks from alignfull to alignwide, the issue should be solved.

Markup without spacing Markup with spacing
image image