Zoom effect on columns hover

Add this code to the Custom CSS field on the Appearance tab of your Pricing Table widget’s settings:

.es-column-container:hover {
transform: scale(1.1);
z-index: 4;
transition: transform .2s ease;
}
1 Like