Hi,
Any idea how to make Registration Requester display in mobile device?
Thanks
Any idea how to make Registration Requester display in mobile device?
Thanks
// Remove these code
if ($this->isMobile()) {
return;
}
It works well but the layout seems to have a problem.
See my attached file.
@media (max-width: 980px) {
#es.es-register-box-dialog {
padding-top: 100px !important;
}
}