About location row size in Store Locator

  • Issue description: How do I get rid of the read more and have all the text show for the about location?

  • Link to the page with the widget in question:

1 Like

Hi there, @Micah :waving_hand:

This code will help you do this:

.es-text-shortener {
  display: block;
}

.es-text-shortener-control-open {
  display: none;
}

Please add this code to the Custom CSS field on the Style tab of your widget’s settings and let me know if it worked :slightly_smiling_face:

1 Like