Move zoom in/out icons higher

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

.gm-bundled-control-on-bottom {
bottom: unset;
top: 100px;
}
1 Like