Hey Eric,
That is a strange issue. I just tested removing the read more links from the announcement boxes on my localhost installation, and things seemed to be ok afterwards. No sticking or anything funky.
My best guess would be to hide the read more links and then apply a custom css attribute to override the one applied by the plugin itself.
First, disable visibility of the readmore link.
Second, add the following to your style.css file (or better yet, child theme style.css)
.cd-timeline-block {
margin: 0 !important;
}
right now the .cd-timeline-block
element has a -3.5em top and bottom margin to push things back up a bit and minimize the spacing of the announcement containers. By setting it back to 0, hopefully the containers will spread out a bit and the icons and read more link wont be clickable anymore.
Let me know! We will get things resolved for you!
Evan