Mail Poet Form

Multipurpose WordPress Theme Forum Support
GK User
Thu Apr 14, 2016 5:57 pm
Can you help with the appearance of the MailPoet subscribe form?

The newsletter pop-up is not working and we'd rather not have it anyways, so I'd like to have a sign-up page. Here is what we have so far with the MailPoet Shortcode added within the edit area of the page itself.

https://thebrazzle.com/sign-up/

But I'd like for the fields to be wider and for the form to centered in the page. Can I also tell the button to be a different color?

Thank you for your help!
User avatar
Senior Boarder

Joshua M
Fri Apr 15, 2016 8:36 am
Hi,

Try the following custom css code:
Code: Select all
#form-wysija-shortcode5710963ee6c99-1 {
  text-align: center;
}

.wysija-paragraph input {
  width: 50%;
}

.wysija-submit.wysija-submit-field {
  margin: 0 auto 20px;
  background: red;
}

User avatar
Moderator

GK User
Tue Apr 19, 2016 3:32 pm
That helped, but the fields (First Name, last name, email) are all still aligned to the left.
Can I get them to be centered like the submit button? Thank you!
User avatar
Senior Boarder

Joshua M
Wed Apr 20, 2016 12:19 pm
Please change the following fragment:

Code: Select all
widget_wysija_cont p label {
    margin-left: 0!important;
    color: #87AAC3 !important;
    text-align: center;
}
User avatar
Moderator


cron