• Resolved rengoeptar

    (@rengoeptar)


    Hi, I have used mailchimp for the form of Newsletter in the footer.
    I have one issue, which is that the signup button is not inline with email field.
    See screenshot: https://snipboard.io/tr1Y9s.jpg
    My code of the forum is:

    <p>
    	<label>Email address: 
    		<input type="email" name="EMAIL" placeholder="Your email address" required />
       </label>
    </p>
    <p>
    	<input type="submit" value="Sign up" />
    </p>

    How can I adjust the signup block to get it inline with the email field?

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @rengoeptar,

    Can you please share a link to your website? Also, it seems your theme might have some code that affects the form created by our plugin.

    First, I would recommend removing the “p” tags which are paragraph tags from the form code.

    Thread Starter rengoeptar

    (@rengoeptar)

    Hi harish soryy cannot share the link. Beause I am workig in a development environment. okay i will remove the p tags. That code was automatically builded, so i have not placed the p tags.

    Thread Starter rengoeptar

    (@rengoeptar)

    Hey @hchouhan I have removed the p tags. It is still the same. And can you tell me where I can preview the subcribers in wordpress? and how can the newsletters send to the subcribers through wordpress?

    regards

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @rengoeptar,

    Can you please share a link where we can test the form?

    Please note that the subscriber details will be available in your MailChimp.com account. Our plugin only offers a way to add subscribers from WordPress to your Mailchimp account. It does not offer any way to create a newsletter from WordPress. All of this would need to be managed from your MailChimp.com account.

    Thread Starter rengoeptar

    (@rengoeptar)

    Hi @hchouhan, as i have told you. I am working in a development environment. This website is not live yet. So I cannot share a link where you can test the Newsletter form.
    Can you maybe guide me what I should check to get the sing up button inline with email field?

    My boss would not allow me to use this plugin and go live while this is not fixed.

    regards,

    Plugin Contributor Lap

    (@lapzor)

    As we can’t see your site it’s difficult to help you with this.
    Are you using the Premium add-on with style builder?
    If you are, you can follow this guide:
    https://www.mc4wp.com/kb/single-line-forms/
    And you can also email premium support via the help button on the right bottom of any of the MC4WP plugin settings screen.

    If you use the free version, you can only do this is you have the html and css knowledge to style it yourself. We do sometimes help out with a line of CSS here or there, but to be able to do that we need to see the form within your theme.
    Officially writing custom CSS is out of scope though, especially for a case like this where it can be done without custom css in our Premium add-on.

    Kind regards,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Signup button not inline with email field’ is closed to new replies.