Hi app1cker,
I can not access your backend, please check the admin account.
Also, you can update the CSS from the \templates\ja_company\acm\timeline\css\style.css file, with this code:
.acm-timeline.style-2 .media-body p {
display: -webkit-box;
-webkit-line-clamp: 3; /* Change 3 to the number of lines you want to display */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 0;
}
.acm-timeline.style-2 .media-img {
position: relative;
height: 144px;
overflow: hidden;
}
.acm-timeline.style-2 .timeline-list {
height: 707px;
}
About other features such as "read more, link, Summary Line, and date format" I can not update them at this time. we will discuss this in the next version.