Add full and wide width support for blank theme.#791
Add full and wide width support for blank theme.#791torounit wants to merge 2 commits intoWordPress:trunkfrom
Conversation
|
Hi The template in the pull request does not result in a layout matching the "After" screenshot. If the parent container (group, query, post template) has If what you wanted to achieve was to keep the content centered, at the expected content with, but allow for example a full width featured image, then use the current template and turn off "Inner blocks use content width" for the main group, the query, and the post template, and turn it on for the group that is inside the post template. |
Add full and wide width support for blank theme.
This is achieved by setting the
alignproperty tofullfor blocks like the query block and post-template block. It uses the same method as “Twenty Twenty-Five”. (https://github.com/WordPress/twentytwentyfive/blob/trunk/patterns/template-query-loop.php)