Ok, I followed the HTML excerpt instructions and that’s now working. It’s still not preserving newlines, but I suspect that’s a WordPress issue rather than a plugin issue.
The next thing that looks off is that the announcements are being drawn from the outside of the page in, instead of from the inside out. I have my announcement width set to 350px using this CSS code:
.cd-timeline-content {
width: 350px !important;
}
That’s working fine and the announcement is showing as 350px wide but it looks like this is now being measured from the outside instead of from the inside of the announcement window. The net result of this is that there is a big space now between the vertical timeline and the announcement box – like the announcements are drawn too far away from the centre of the page.
I can compensate for this manually by making the announcement width bigger than 350px but is that the only way around this problem? Can I have the announcements drawn next to the vertical timeline regardless of how wide they are defined?
https://portallas.com/forestium-events-timeline/
– Chris