EA Lightbox Plugin: Custom CSS - Trying to apply height class to single modal

Hi there!
I’m using the Essential Add-on Plugin lightbox element in multiple places on the following page: https://zpr.wpengine.com/what-we-do/team-zen/ … and trying to apply a custom height property to a DIV having the following class assigned .lity-iframe-container… but only for one of these modals on the page (the one related to the SUBSCRIBE NOW button). How can I apply this height change to this modal only? I’ve tried using the custom CSS below but it applies the height to all modals on the page. I’ve tried assigning a unique ID to the specific model element and then assigning the height to that ID . I also tried setting the height on other classes related to this plugin but it doesn’t give me the height adjustment I need. "lity-iframe-container’ is the class that gives me the height adjustment I need but for the life of me can’t figure out how to apply this height change to only one of the modals on the page. Any help you can provide would be greatly appreciated! Thanks! Brad

.lity-iframe-container {
height: 600px !important;
}

Hi there,

Thanks for writing in! It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

Thank you for your understanding.