Ok i found the solution on the net.
Ad the folowing code to plugins/ajax-event-calendar/css/custom.css
@media only screen and (max-width: 640px) {
#aec-modal-container {
width: 90% !important;
}
#aec-modal-container {
height: auto !important;
}
#aec-modal-container .aec-content {
height: 300px !important;
overflow: auto !important;
}
}
Hi, Robswaimea.
I am having the same problem with the mobile devices. The popup dose not automatically re-scale to the size of the screen and the user can not move around when the popup is on so they cant zoom in or out.
I did try entering the code you wrote above and that dose not do anything to the popup.
Any other suggestions?