Adjust size of pop up window

Would be great to be able to adjust the width of the pop-up window (modal). Maybe just need the CSS for it?!

1 Like

Cannot but agree that it would be awesome to have this setting in the configurator.

However, I guess it’s possible to adjust the size of the Call window using CSS code. I’ll check it with our devs and let you know :slightly_smiling_face:

Here is the code you can use:

.eapp-click-to-call-window-component {
  width: 300px;
  height: 300px;
}

Please check it and let me know if it worked for you.

By the way, I’d like to remind you about our new CSS Codes category, where you can find the most popular codes for different apps - CSS Codes - Elfsight Community

Feel free to check it out :wink: