I would like to have an enlargement of the column when I hover the mouse
1 Like
Hey there @Cino_Printer, and welcome to the Community
This code should do the trick:
.eapps-pricing-table-column:hover {
transform: scale(1.1);
z-index: 4;
transition: transform .2s ease;
}
Just add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know how it worked