Page 1 of 1

Lightbox form

Posted: Wed Jun 17, 2020 1:02 pm
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/

Re: Lightbox form

Posted: Wed Jun 17, 2020 1:28 pm
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

Re: Lightbox form

Posted: Wed Jun 17, 2020 2:09 pm
by chattd
Hi
Thanks for that, where do I get this Magnific Popup.

Re: Lightbox form

Posted: Wed Jun 17, 2020 2:11 pm
by Pablo
Magnific Popup is the lightbox you have used for the page.