After updating X to version 4.4.1 the class .link-spanner ends up stretching the entire width of my container effectively covering 3 other column links, and the only clickable item is the column to the far right.
The problem persists with version 4.4.2 http://www.publit.com
Best,
Martin
*Edit*
Using Cornerstone Version 1.2.4
Uploaded screenshots
Please note that in CSS, it is a rule that when using absolute position, it’s container should be relative position. Now since you have added .link-spanner as absolute, we have to add position:relative; on every raw content element style field.