¿How to limit lightbox size to 70% of the screen only on Computers?
Hi
When i open the editor lightbox, it fits 100% of the PC screen. This is too big, in need about 70 - 80 % of the screen only on pc, to be able to view the website at the background.
How can I achieve that?
On mobile and tablet, size must be 100% of the screen.
I tried to edit this css code, but also changues the width on mobile.
.fpd-modal-overlay.fpd-fullscreen>.fpd-modal-wrapper { width: 100%; <----- height: 100%; top: 0; overflow: auto; }
Thank you