Change size of the widget on mobile

Add this code to the Custom CSS field on the Appearance tab of your Google Maps widget’s settings:

@media (max-width: 500px) {
.eapps-google-maps {
height: 500px;
max-width: 80%;
}
}
1 Like