1. Home
  2. Docs
  3. FAQs
  4. Change Listing Search Map size

Change Listing Search Map size

You have to use custom css code in Appearance -> Customize -> Additional Code field

.map-container.column-map {
     width: 40%;
}
.col-list-wrap {
     width: 60%;
}
Was this article helpful to you? Yes No

How can we help?