GeoDirectory SupportMap Category List hidden by default? – GeoDirectory Support https://wpgeodirectory.com/support/topic/map-category-list-hidden-by-default/feed Sat, 15 Mar 2025 05:59:18 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/map-category-list-hidden-by-default/#post-44928 <![CDATA[Map Category List hidden by default?]]> https://wpgeodirectory.com/support/topic/map-category-list-hidden-by-default/#post-44928 Tue, 07 Jul 2015 14:48:33 +0000 tringwebdesign On our particular design, the map category list box obscures half the map (and therefore pins).

Is there anyway to start the map up with the list minimised?

]]>
https://wpgeodirectory.com/support/topic/map-category-list-hidden-by-default/#post-44941 <![CDATA[Reply To: Map Category List hidden by default?]]> https://wpgeodirectory.com/support/topic/map-category-list-hidden-by-default/#post-44941 Tue, 07 Jul 2015 16:07:45 +0000 Paolo Hi,

add this to your custom css:



#geodir_map_v3_home_map_1_cat {
    display: none;
}

This will make the category list hidden by default and clicking on the expand/reduce icon will open/close it.

Thanks

]]>