Home Forums Theme support Eastend : Slider map homepage responsive Reply To: Eastend : Slider map homepage responsive

Ok, you can try this: go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

@media only screen  and (max-width: 767px) {
 .pin * {
  font-size: 12px;
  max-width: 100px;
 }
}

Sorry, but this slider was not planned as a responsive slider.