tomjn / Frontenberg

A WP theme providing a read only demo of the post block editor on the frontend, provided as is, no support.

Home Page:https://frontenberg.tomjn.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Layout options alignwide or alignfull are missing

salcode opened this issue · comments

This is a great resource - thank you.

The full-wide example is a little confusing as the layout options do not include alignfull even though it is being used.

screenshot 2018-01-20 12 17 28

I suspect if we add

add_theme_support( 'align-wide' );

to functions.php, we can add both the alignwide and alignfull layout options.

Thanks! Tested added and deployed in 2b17676