Page 1 of 1

How to adjust height and width of popup

Posted: Fri Jan 30, 2015 9:05 pm
by MichaelB
I'm trying to set the height and width of the popup with custom CSS like this:

#popup{width:600px;height:300px;}

But it's not having an effect.

Here's the page with the popup: http://www.syndicateddealanalyzer.com/ebook
(NOTE: You have to click the Download Now button to see the popup).

Thanks for your help.

Michael

Posted: Sat Jan 31, 2015 7:14 am
by Jean-Christophe Bisoux
Hi Michael,

in WPS the root for the CSS is #popup, you don't need to enter it the code will be :

Code: Select all

{width:600px;height:300px;}
Regards,
JC

Posted: Wed Feb 04, 2015 4:05 am
by MichaelB
Hey JC,

Thanks for the response. I'm not getting what I'm looking for. If I adjust the height and width as instructed the popup is incomplete and shifted. So I'm trying to create a custom popup. But when I create that I don't get an email text input or the submit button, just the popup with text, see here:

http://www.syndicateddealanalyzer.com/test

If you close the popup, you will see a screen shot of the popup I seek (a replica of an aWeber sign-up form).

The page of the current popup I'm trying to get to look like the aWeber form is here:

http://www.syndicateddealanalyzer.com/ebook/

But I can't seem to adjust the height and width as I would like.

Thanks for your help.

Michael

Posted: Wed Feb 04, 2015 6:33 am
by Jean-Christophe Bisoux
Hi Michael,
If you use the custom popup, you must use first the "Custom Optin Form" http://www.wpsubscribers.com/tutorials/ ... -want.html

and use the

Code: Select all

[wps_custom_form id=0]
in the custom popup

Regards,
JC

Posted: Wed Feb 04, 2015 7:35 pm
by MichaelB
JC - that worked. Wasn't clear to me that was the way it was done (even after watching the tutorial), but it works. Thanks for the help!