Page 1 of 1
name & email not showing in pop-up
Posted: Mon Apr 28, 2014 8:48 pm
by grannysmith007
I'm having a problem getting the input fields for "name" and "email" to properly show up in a pop-up.
When I preview the pop-up within wordpress, it looks fine. However, when the pop-up is live on the site, the input fields get cut off at the top and bottom. Any suggestions on how to fix this?

- wp sub.jpg (12.44 KiB) Viewed 5685 times
Posted: Tue Apr 29, 2014 6:58 am
by Jean-Christophe Bisoux
Hi,
If you see this difference, it's because you have CSS rules in your theme that break the WPS theme, you can use the Custom CSS to correct this.
With only an image it's impossible for me to help you more, do you have a url to see it ?
Regards,
JC
Posted: Tue Apr 29, 2014 5:17 pm
by grannysmith007
Thank you.
You can see it here:
http://yournaperville.com/
Posted: Tue Apr 29, 2014 7:50 pm
by Jean-Christophe Bisoux
Hi,
try to use this in custom CSS
Code: Select all
.email_field{background-position:0px;-moz-box-sizing :content-box}
.name_field{background-position:0px;-moz-box-sizing :content-box}
Regards,
JC
Posted: Tue Apr 29, 2014 9:49 pm
by grannysmith007
thank you, I will try this...