¿How to limit lightbox size to 70% of the screen only on Computers?

Posted about 2 years ago by GuilleF

Post a topic
Un Answered
G
GuilleF

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


0 Votes


0 Comments

Login or Sign up to post a comment