Support

Account

Home Forums Bug Reports Field Width not working

Helping

Field Width not working

  • Hi!
    The width field is not working anymore.
    I’m creating my fields with the programmatic array but the wrapper -> width, is bugged.

    
    'wrapper' => array(
          'width' => '50%',
           'class' => '',
            'id' => '',
    ),
    

    I’m attaching an image of how my dashboard is looking.

    Anyone else is having this issue? How can I fix it?

  • It appears that field width was changed from when you did this. Try removing the %

    
    'wrapper' => array(
          'width' => '50',
           'class' => '',
            'id' => '',
    ),
    
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Field Width not working’ is closed to new replies.