All Collections
Troubleshooting and FAQ
My longer location entries run into the next result
My longer location entries run into the next result
Bryan Nye avatar
Written by Bryan Nye
Updated over a week ago

In the Combined Google Map and Directory views, we offer the ability to display a multi column search result.  So that the column rows line up, they must be a fixed height.  You may have locations or descriptions that are longer that the default height can display without cutting if off, or running into the next result.  Not to worry, this can be adjusted by CSS as follows.

.com_locator_entry {
    min-height: 150px !important;
}

You may need to increase or decrease that 150 value depending on your needs.

Did this answer your question?