We are continuously updating the plugin to add more exciting features.
If your popup modal is not responsive then please follow these steps
- Go to the Plugin Settings
- Go to the Custom CSS section
- Add the following css code
- Update the settings
@media only screen and (max-width:900px){
.[RCLASS_modal_RCLASS] .[RCLASS_content_RCLASS]{
width:60%;
}
}
@media only screen and (max-width:750px){
.[RCLASS_modal_RCLASS] .[RCLASS_content_RCLASS]{
width:70%;
}
}
@media only screen and (max-width:600px){
.[RCLASS_modal_RCLASS] .[RCLASS_content_RCLASS]{
width:90%;
}
}
If this will also not solve your problem then please create a ticket.