Hi,
google map plugin code displaying on custom module does not support responsive.How to fix it?
Thanks
Hi,
google map plugin code displaying on custom module does not support responsive.How to fix it?
Thanks
Hi goodtognci
Could you please post the url of the page where you published custom module containing the google map ?
goodtognci
Hi,
You can try with this custom CSS code:
@media (max-width: 768px) {
.map-container {
width: 100% !important;
}
}
put into the file: root/templates/ja_conf/css/custom.css (Create this file if it doesn't exist).
Regards
Thanks