CSS   

Clickable columns in elementor using CSS only

Add the following code to your theme’s stylesheet and add clickme class to the column which you want to make clickable

.clickme {
	position: relative;
}

.clickme .elementor-widget{
	position:static;
}	
.clickme a:after {
	content: "";
	display: block !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
Need Professional Support for Your Website Problems?

Whether you're facing website issues or struggling with code implementation, our team is here to assist. Hire us to get your website back on track.

Hire Us