Any advice on how to add CSS in the customizer in order to add a bit of margin to Beaver Builder light boxes? Here is page with light boxes: https://herofortheplanet.org/wolfquest/uncover/wolf-behaviors/
I just want to add “margin: 25px” for that area of text/content, but I can’t figure out how to successfully select it. I can make whole box disappear like this:
.fl-button-lightbox-content {
display: none;
}
so I know I’m close to selecting the right thing, but trying to add margin to above does nothing. Not a CSS/HTML aficionado so any help appreciated!
Anticipatory edit: And I know that since Lightbox content is just HTML, I can add it there, but I would like to add it just ONCE and not have to do that for every single Lightbox on the site (thus would rather add to “Additional CSS” in customizer). thanks!