Width of single column in row is constrained
-
I’ve added a row with a single column as I’d like to add some left/right padding to a paragraph block. (There may be a better way to do this, but I haven’t been able to locate such an option.) However, when I do so, the single column width seems to be constrained to about half the viewport width. I notice the following style being applied…
.wp-block-coblocks-column__inner>:not([class*="wp-block-"]){max-width:calc( 6 * (100vw / 12));margin-left:auto;margin-right:auto;}
I’d assume this is not the intended result for a single column. Can you confirm whether this may be a bug or advise on something I might be missing? Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Width of single column in row is constrained’ is closed to new replies.