Option to change the size of the images

Add an option to resize an image in the pricing table

1 Like

Great idea, thanks for sharing @Mostafa_Mahmoud :+1:

We’ll try to think about adding this option to the settings. As for now, you can use this code in the Custom CSS field on the Appearance tab of your widget’s settings:

.eapps-pricing-table-column-picture {
height: 36%;
}