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;
}