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;
}
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;
}