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/
Lightbox form
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: Lightbox form
If you use Magnific Popup, then you can control the size of the frame with the following code:
See also:
https://github.com/dimsemenov/Magnific-Popup/issues/324
Code: Select all
<style>
.mfp-iframe-holder .mfp-content
{
max-width: 1024px !important;
}
</style>
https://github.com/dimsemenov/Magnific-Popup/issues/324
Re: Lightbox form
Hi
Thanks for that, where do I get this Magnific Popup.
Thanks for that, where do I get this Magnific Popup.
Re: Lightbox form
Magnific Popup is the lightbox you have used for the page.