Lightbox form

Issues related to forms.
Post Reply
User avatar
chattd
 
 
Posts: 46
Joined: Wed Nov 26, 2008 7:03 pm

Lightbox form

Post by chattd »

Hi,

its been a while, hope your all keeping safe.

Question:-

I have made a contact form and all works except for there is a dark box around my form and I cant find where to get rid of it.
I have specified the size of Lightbox but the other box around it is to big, not sure where that's come from.

hopefully this makes sense.

http://www.glendower.co.uk/newsite/
User avatar
Pablo
 
Posts: 21569
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Lightbox form

Post by Pablo »

If you use Magnific Popup, then you can control the size of the frame with the following code:

Code: Select all

<style>
.mfp-iframe-holder .mfp-content
{
   max-width: 1024px !important;
}
</style>
See also:
https://github.com/dimsemenov/Magnific-Popup/issues/324
User avatar
chattd
 
 
Posts: 46
Joined: Wed Nov 26, 2008 7:03 pm

Re: Lightbox form

Post by chattd »

Hi
Thanks for that, where do I get this Magnific Popup.
User avatar
Pablo
 
Posts: 21569
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Lightbox form

Post by Pablo »

Magnific Popup is the lightbox you have used for the page.
Post Reply