Feat Req: Align wide for containers, and align full for strips
-
To have the plugin work with
layout.wideSize
intheme.json
, it would be useful to be able to set containers toalignwide
using the block toolbar.For strip blocks, if the theme has
layout.contentSize
set, the strip is limited to that width unless thealignfull
class is manually applied. While the editor CSS for the plugin contains a style ofmax-width: none
for.wp-block-areoi-strip
, this is overridden bylayout.contentSize
, and the block doesn’t have amax-width
style for the front end. Using thealignfull
class for the block for both the editor as well as the front end, with a fallback style such asmax-width: none
, seems like a good way to solve this.
- The topic ‘Feat Req: Align wide for containers, and align full for strips’ is closed to new replies.