Show full POI list without scrolling

Home Forums MapPress Support Show full POI list without scrolling

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14269
    mickmel
    Participant

      Is there a way to tell MapPress to extend further down the page and not put the POI list inside of that scrollable box (just show them all on the page)?

      #14270
      Chris
      Keymaster

        In your styles.css for your theme add:

        .mapp-poi-list {
        max-height: auto;
        }

        You can see the other styling in file mappress.css.

        #14272
        mickmel
        Participant

          Excellent, thanks!

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.