Hi, how can I change the size of pop up box? (see image).
I would not see the scroll bar.
Thanks for you help!
Solved.
Add following code to Quick CSS in Enfold theme options under General Styling tab
.gm-style-iw {
overflow: auto !important;
}
Cheers!