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
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
Hi,
If you use the custom CSS, it's the normal CSS there is no particularity with WPS, all is possible![]()
Thanks, how would I align the privacy statement properly in this popup - what css would I use?
https://dl.dropboxusercontent.com/u/...countPopup.PNG
Need to get the privacy showing below the email input field, or submit button.
Many thanks
Is it posible to have a live url to see the code, with only an image it's imposible
hi, url is rehabguide.co.uk/2-methods-cut-rehab-costs-20/, many thanks
Can you try this code in CSS custom :
Code:.wps_privacy{ position: absolute; bottom: -10px; left: 400px; font-size: 11px; }
Hi, this has no effect: https://dl.dropboxusercontent.com/u/...ountPopup2.PNG
Can see it at url: rehabguide.co.uk/2-methods-cut-rehab-costs-20
Sorry, I forgot to say in the Custom CSS editor you must enter the css in 1 line
Code:.wps_privacy{position: absolute;bottom: -10px;left: 400px;font-size: 11px;}
thanks! This worked perfect![]()
Bookmarks