• Resolved CrumX

    (@crumx)


    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.

    https://ww.wp.xz.cn/plugins/mailchimp-wp/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author davidhme

    (@davidhme)

    Hi Crum,
    Sorry for the delayed reply.

    We’re just about to roll out version 1.1 (sometime this week) which will change the width to 100%.

    Please let me know if the new version doesn’t fix your problem.
    Cheers,
    David

    Plugin Author davidhme

    (@davidhme)

    This should be fixed now.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘form_max_width’ is closed to new replies.