✔ Set Max Char Count for Blog Widgets
(Completed by Justin Bernard on October 5, 2015)
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?
Comments
Taylor Bernard on July 17, 2015:
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?