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 a helping hand in fixing your website issues?

If you are facing any problems in implementing these code snippets and tutorials, you can hire us to fix your website issues.

Hire Us