Hi please see site URL and a screenshot of the problem I have in private data below.
I would like to make the video popup box bigger so it uses more of the available screen,
How can I do this?
Thanks
Hey spleeky,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.mfp-iframe-holder .mfp-content {
max-width: 1300px;
}
Best regards,
Yigit
Hi, this worked great, thank you.