By Peter McLeland on Tuesday, 13 December 2016
Posted in Technical Issues
Likes 0
Views 154
Votes 0
Hi,

Input on my site's timeline breaks up at the end of each line - see attachment.

This seems to be the case in each different device I've tested on so not just mobile view etc

Any ideas please?
Hello Peter,

Can you try adding the block of css codes into your template's css file?

[gist]
body #es .es-stream-embed {
word-break: normal;
}
[/gist]
·
Tuesday, 13 December 2016 23:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark, thanks.

I've tried placing it in both template/html/com_easysocial/css and template/custom/scss but no joy
·
Wednesday, 14 December 2016 00:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Peter,

Seems to work fine for me now, http://take.ms/ktNVD
·
Wednesday, 14 December 2016 00:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah, so it is!

Thank you, and apologies
·
Wednesday, 14 December 2016 00:58
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Wednesday, 14 December 2016 01:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post