Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    You can do this with CSS. With the premium version, there is a built-in tool to do this but for the Lite version, the easiest way I can think of (if you’re not well known with CSS) is to wrap your form mark-up like this.

    <div style="text-align: center;">
    <p>
    	<input type="email" name="EMAIL" required="" placeholder="Your email address">
    </p>
    
    <p>
    	<input type="submit" value="Send It!">
    </p>
    </div>

    Hope that helps!

    Thread Starter HomeschoolBookHunters

    (@homeschoolbookhunters)

    Hi Danny –

    No dice! Didn’t change anything. I replaced what was in the form markup with the above.

    ???

    Tara

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Tara,

    Sorry, should have taken a closer look at the CSS of your website. It should be like this.

    <p>
    	<input type="email" name="EMAIL" required="" placeholder="Your email address">
    </p>
    
    <p style="text-align: center;">
    	<input type="submit" value="Send It!">
    </p>
    Thread Starter HomeschoolBookHunters

    (@homeschoolbookhunters)

    SUCCESS!!!!!

    Thank you SO much, Danny! You rock!

    Tara

    Plugin Author Danny van Kooten

    (@dvankooten)

    Awesome Tara, glad to hear. Hope you like the plugin, would appreciate it if you could leave a review on it, if you have a quick minute.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Trying to center submit button’ is closed to new replies.