I would like the css so I can adjust longer business names onto the next line?
Also, would like to display the full business description so if i could get css to disable the read more and instead show all?
Thank you,
I would like the css so I can adjust longer business names onto the next line?
Also, would like to display the full business description so if i could get css to disable the read more and instead show all?
Thank you,
Hi there, @Shawn_Martin ![]()
Could you please share a link to the page with the widget, where you’d like to apply these changes?
Also, please let me know the maximum number of symbols/words you’d like to display on the 1st line ![]()
Hey Man,
I’m thinking 26 characters including spaces.
The link to the directory i’m referring to. https://vrtz.cc/directory-cambridge-isanti-bradford-twp-grandy-stanchfield-mn
The location giving me some trouble is Gerhardson Mortgage Team @ Luminate Home Loans.
Thank you,
Shawn Martin
FanYourLocal
.es-text-shortener {
display: block;
}
.es-text-shortener-control-open {
display: none;
}
Check it out and let me know if it worked for you ![]()
Yes, the read more disabled works great. The location you shows image of doesn’t show that way. If it appeared the way you showed it, that would be perfect but unfortunately on mobile it doesn’t. Most of my traffic will be mobile. Any solution?
Got it! This CSS code should help:
[class*='location-preview__Title-sc'] {
width: calc(1ch * 26)!important;
}
Test it out and let me know if it worked ![]()