The text in the event thumbnails has line breaks in the middle of words, have tried the custom code
#events .item .title {
word-break: break-word;
word-wrap: break-word;
}
but it has no effect. this link shows what I mean
CLICKY
Also when the same page is viewed on a mobile device (portrait mode) the event text is totally messed up, doesn't seem to resize properly ?
Regards
#events .item .title {
word-break: break-word;
word-wrap: break-word;
}
but it has no effect. this link shows what I mean
CLICKY
Also when the same page is viewed on a mobile device (portrait mode) the event text is totally messed up, doesn't seem to resize properly ?
Regards