Hi Here is my full code, can you revise the map on the 'No result found' correctly?
I try added you code but doesn't work:
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<div class="container cc-wrapper">
<div class="row mb-3 justify-content-md-center">
<wpv-loop>
[wpv-map-marker map_id='map-3' marker_id='marker-[wpv-post-id]' marker_icon='/wp-content/uploads/pin-color-darkblue-v2.png' marker_field='wpcf-clinic-map']
<div class="marker-wrapper mc-[wpv-post-id]">
<div class="clinic-title">[wpv-post-title]</div>
<div class="phone" style="margin-bottom: 12px;"><i class="fas fa-map-marker-alt"> <span>[types field='clinic-location'][/types]</span></div>
<div class='phone'><i class='fas fa-phone'> <span> [types field='clinic-phone'][/types]</span></div>
<div class="clinic-website">Book Now</div>
</div><!-- marker wrapper end-->
[/wpv-map-marker]
<div class="col-lg-4 col-md-6 themed-grid-col">
<div class="location-wrap molescan-[wpv-post-id]">
<div>
<div class="clinic-title">[wpv-post-title]</div>
<div class="location" style="margin-bottom: 12px;"><i class="fas fa-map-marker-alt"> <span>[types field='clinic-location'][/types]</span></div>
<div class="phone"><i class="fas fa-phone"> <span> [types field='clinic-phone'][/types]</span>
</div>
<!-- <div class="services-offered"><b>Services:</b> <span> [types field='services-offered'][/types]</span></div> -->
</div>
<div>
<div class="clinic-website">Book Now</div>
</div>
</div>
</div>
</wpv-loop>
</div>
</div>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
<div class="no-items">[wpml-string context="wpv-views"]No clinics found[/wpml-string]</div>
[wpv-map-render map_id="map-3" fitbounds="off" general_center_lat="-25.2744" general_center_lon="133.7751" general_zoom="4"]
[/wpv-no-items-found]
[wpv-layout-end]