tomjn/Frontenberg

Layout options alignwide or alignfull are missing

Closed this issue · 1 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.

tomjn commented

Thanks! Tested added and deployed in 2b17676