acf_add_local_field_group – width
Since upgrading to the latest version the width parameter doesn’t seem to work:
‘wrapper’ => array (
‘width’ => ‘50%’,
‘class’ => ”,
‘id’ => ”,
),
If this is the field width, that argument for the field takes a number without % in it. For example:
'width' => '50',