Issue: Mobile Map Location List Height Too Small

Hi there,
On mobile devices, the map view works as expected, but the section below it where users can view and scroll through all locations is extremely small. The visible area for the location list is limited, which makes it difficult to read the information and scroll through the available locations comfortably.

As shown in the attached screenshot, the list panel only displays a small portion of the content at a time. Please could the height of this scrollable section be increased on mobile to improve usability and make browsing locations easier?

Screenshot attached for reference.

1 Like

Hey there, @Amber2 :waving_hand:

This code will do the trick:

.global-styles,
.eapps-google-maps:not(.eapps-google-maps-bar-opened).eapps-google-maps-small .eapps-google-maps-bar-container {
	max-height: 1000px !important;
}

Please add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know how it worked :wink: