Viewing 1 replies (of 1 total)
  • Hey wpkoenen,

    Thanks for getting in touch. While it may be possible to get the setup you’re looking for by heavily customizing CSS code in your site, that could take a good bit of customization that may be easier to accomplish by using the MailChimp Embedded code instead. This guide shows how to retrieve that code from within your MailChimp account, and in the options shown the “Super Slim” form offers a way to bring in just the email address and submit button:
    How can I add my signup form to my website?: https://eepurl.com/gOGN

    Trying to set things up using the plugin would require some custom CSS to be added to your WordPress theme’s style.css file after unchecking all fields other than the email address . A starting point for the CSS would be to try adding:

    .mc_signup_submit {
    float: right;
    width: 200px;
    }

    (with the width customized as you wish) to get the button to float to the right of the specified display area) as well as

    .mc_merge_var {
    float: left;
    width:200px;
    }

    There’ll still need to be a lot of tweaking done, but that’ll get the button aligned to the right of the field area, and if you have only one field set to display that’ll get things mostly in line.

    If you have other questions, please feel free to get in touch.
    -Gabe

Viewing 1 replies (of 1 total)
  • The topic ‘align right’ is closed to new replies.