1 please see: https://wpgeodirectory.com/docs/supreme-directory-overview/
2 with this custom css:
.sd.home #geodir_wrapper {
display: none;
}
3 That requires a customization that goes beyond supoprt
4 removing the map is not enough, you should check your website on a desktop…
you’ll need all this custom css too:
.sd.search.geodir-page .geodir-listings-sidebar-left, .sd.archive.geodir-page .geodir-listings-sidebar-left, .sd.search.geodir-page .geodir-listings-sidebar-right, .sd.archive.geodir-page .geodir-listings-sidebar-right {
display: none;
}
.sd.search.geodir-page #geodir_content, .sd.archive.geodir-page #geodir_content {
flex-basis: 100% !important;
width: 100% !important;
}
a#showMap, a#hideMap {
display: none;
}
Thanks