Archived topic
centering an optin in the hook
3 replies · Started by Janet Davis on January 26, 2018
Hello
I am using the plug in Hustle plug in ( not sure this is the best but it seemed to be the only one I could try and was updated with WP. If there is a preferred plug in please let me know) to put in an opt-in form on my site that is horizontal.
As I am building the site I have it in the after header hook with the php checked. The words I added are perfect and centered. The form is off to the left.
Can you please assist with the code.
This is what I have in the hook.
<h4 style="text-align: center;"><b> We are building - and plan to officially open February 15th, 2018. </br>Sign up for our info-email to be notified of our official launch and receive a free food label information guide once published.</b></h4>
<p style="align: center;">[wd_hustle id=e-info-sign-up type=embedded]</p>
Thank you
Jan
Hi there,
Try this CSS:
.hustle-modal.hustle-modal-static {
margin: auto;
}
Leo,
Perfect! I didn't even think CSS. I need to do think that way though.
Thank you !!!!
Jan
No problem :)