Try font-size: 20px; on icon. Action button => Appearance => Common => Class => WebshopCart
Example to scale button and icon:
.WebshopCart {
width: 83px;
height: 38px;
> span{
font-size: 20px;
}
}
Hi Egemen,
two ideas:
1. what about setting also min-width and min-height (not only max-width and max-height)?
2. Have a look at the September container and the assigned classes. It seems to be the last container in the list. Is there a class with the selector :last-child? That would explain why only the last column has the wrong size.
one question:
Which widget is it that we can see in your screenshot?
Best,
Holger