Home › Forums › MapPress Support › Show full POI list without scrolling › Reply To: Show full POI list without scrolling
February 17, 2014 at 3:22 am
#14270
In your styles.css for your theme add:
.mapp-poi-list {
max-height: auto;
}
You can see the other styling in file mappress.css.