I think a script makes a certain number of characters in each container can work. Do you know any script like that? It is a responsive design I can use several css files but
you think something like this?
var yourText = $('selector');
$(yourText).each(function() {
if ($(this).text().length >= 200) {
$(this).text($(this).text().substring(0, 200)0);
}
});
It wiil get the first 200 letters.. for the next 200 you need to switch the variables 0,200 to 200, 400 unfortunately it will split a word and does not recognize that some letters are wider than others...