Hi there,
i don’t think Elementor provides that function in the free version of their plugin. You can do it with some CSS.
1. Add this CSS to your site:
.clickable-container {
position: relative;
}
.clickable-container a:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
2. The Select the Column you want to make clickable – and in Advanced panel add a CSS Class of: clickable-container
3. Then inside the column add a Link to one of the widgets eg. Title.
Make sure only one widget has a link inside the column.