Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #893581
    publit
    Participant

    Hi!

    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

    #894609
    Lely
    Moderator

    Hi Martin,

    That is because of this custom CSS:

    .link-spanner {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    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.

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-893581 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>