• need help centering my mailpoet subscribe form also would like changing subscribe button color heres my site https://www.instapillows.us

    i already tried some stuff but still having trouble

    this is the html i put in a text box using visual composer

    [Large code excerpt removed by moderator per forum rules. Please use Pastebin for all large code excerpts. It works better anyway.]

Viewing 1 replies (of 1 total)
  • You can create a css class for the form itself and have the css be

    form { margin: 0 auto; }

    I’m not sure if they just use a shortcode, however. If this is the case, you adding a div tag may be a workaround. For example:

    <div style=”margin: 0 auto; width: 400px;”>
    [shortcode]
    </div>

Viewing 1 replies (of 1 total)
  • The topic ‘How to center form?’ is closed to new replies.