New Landing How can we help? Atelier Make Column clickable

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #251954
    parcyvall
    Member
    Post count: 143

    Dear Support Team,

    I would like to make a whole column clickable.

    Is there anyway to do this, or add the functionality in the future?

    Kind regards,
    Simon

    #251960
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Can you explain why you would need to column itself to be clickable and not just the content in it?

    – Kyle

    #252004
    parcyvall
    Member
    Post count: 143

    Hi Kyle,

    I would like to use the column as a big button (see attachment).

    The reader should be able to click the whole item, not just the button on the item.

    I solved this by adding a href below the text and doing the following custom css:

    .clickable a:not(.sf-button) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-decoration: none;
        z-index: 10;
        background-color: white;
        /*workaround to make clickable in IE */
        opacity: 0;
        /*workaround to make clickable in IE */
        filter: alpha(opacity=0);
        /*workaround to make clickable in IE */
    }

    Works but is a bit dirty, I think.

    It would be great to include this with a future update (or new theme). 🙂

    Kind regards,
    Simon

    Attachments:
    You must be logged in to view attached files.
    #252011
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok will consider

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register