form_max_width
-
Is there a way to change the form max width from 280 to 100%.
array(
‘input’,
‘fca_eoi[form_max_width]’,
array(
‘value’ => ( K::get_var( ‘form_max_width’, $fca_eoi) )
? K::get_var( ‘form_max_width’, $fca_eoi )
: ‘280px’
,
),Editing that wont change anything, I have a large sidebar area so I need a larger form.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘form_max_width’ is closed to new replies.