Page 1 of 1

Center APWT Sign up box in WordPress

Posted: Tue Apr 02, 2019 12:54 pm
by Agalassi1792
Hello,

How do I get a sign up box in WordPress (placed on the page using the APWT LeadBox plugin) to center on the page? I cannot get any leadboxes to center.

let me know, thank you.

Re: Center APWT Sign up box in WordPress

Posted: Tue Apr 02, 2019 12:55 pm
by Dave
For both Wordpress AND AllProWebTools websites, the leadboxes can be centered by adding a single line to the CSS file as follows:

.custombox0 {
margin: auto;
}


TAGS: center signup box / center signup form / center leadbox / center lead form

Re: Center APWT Sign up box in WordPress

Posted: Tue Apr 02, 2019 12:59 pm
by Agalassi1792
Great, thanks for the quick reply!