Automattic / _s

Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
http://underscores.me/
GNU General Public License v2.0
10.93k stars 3.12k forks source link

Add support for "add_theme_support( 'align-wide' )" #1453

Open scrobbleme opened 4 years ago

scrobbleme commented 4 years ago

It would be nice to have support for add_theme_support( 'align-wide' ).

Means alignwide and alignfull should work out of the box.

darrenwalls commented 3 years ago

This would be good, though it's perhaps controversial, as I'm not sure there's an accepted method for supporting this (using negative margins and vw based units, which has issues with scrollbars not being counted as part of 100vw and needs javascript to fix that? Ridiculously complex wildcard rules that are unmaintainable, trying to force any child to be a certain width, but then painfully excluding the million scenarios where you don't want this? This whole feature is basically semi-broken) - but still, it would be nice to see what direction the theme creators want to push this.