Webb Food Services

From the to-do list: CMS/Port Dev

✔ Set Max Char Count for Blog Widgets

Comments

Taylor Bernard on July 17, 2015:

you ever do something like this.
obvioiusly we need to have an overflow: hidden on the txt, so if characters spill over in a widget it doesnt change widget size.

if you do:
overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

it will limit txt characters, and put '...' at the end of the line. but we're wanting to use the ampersand arrow. any ideas on how to do that?