Hallo and thank you for your help!
Unfortunately it doesn’t work this way. Surely I made some mistake. I tried the following setup to raise the line-height and even use the “!important” tag. But nothing happened. (%, px and em also doesn’t work).
.pum-content {
line-height: 1.5;
}
Though, if I do the following, it only works on the title:
.pum-container,.pum-content,.pum-overlay,.pum-title {
line-height: 1.5 !important;
}
Sorry and thanks again,
Tobi