Quick reference css adjustments

Best Wordpress plugin to engage your users and collect their email. You can use header alerts, popups, or exit pages, and it works with any popular emailing service such as Mailchimp or AWeber
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Quick reference css adjustments

Post by nigelfaraday67 »

Hi, I'm trying to customise a popup, is there a reference page somewhere with all the possible pieces of code that can be input in to the css box? i.e. I'm trying to align images, change box sizes, etc
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,
If you use the custom CSS, it's the normal CSS there is no particularity with WPS, all is possible ;)
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Post by nigelfaraday67 »

Thanks, how would I align the privacy statement properly in this popup - what css would I use?

https://dl.dropboxusercontent.com/u/905 ... tPopup.PNG

Need to get the privacy showing below the email input field, or submit button.

Many thanks
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Is it posible to have a live url to see the code, with only an image it's imposible
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Post by nigelfaraday67 »

hi, url is rehabguide.co.uk/2-methods-cut-rehab-costs-20/, many thanks
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Can you try this code in CSS custom :

Code: Select all

.wps_privacy{
	position: absolute;
	bottom: -10px;
	left: 400px;
	font-size: 11px;
}
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Post by nigelfaraday67 »

Hi, this has no effect: https://dl.dropboxusercontent.com/u/905 ... Popup2.PNG

Can see it at url: rehabguide.co.uk/2-methods-cut-rehab-costs-20
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Sorry, I forgot to say in the Custom CSS editor you must enter the css in 1 line

Code: Select all

.wps_privacy{position: absolute;bottom: -10px;left: 400px;font-size: 11px;}
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Post by nigelfaraday67 »

thanks! This worked perfect :)
Post Reply