Hi,
I know how to resize a button, but the label, appearing next the button, doesn't fit with the button size.
I tried in CSS tu set the height something like that :
div.buttonizer-label.buttonizer-label-0-0-145 (0-0-145 is my ID label)
{
height: 30px !important;
padding : 0px !important;
}
but it fails.
I reduced the label font-size too, bu t the label rectangle doesn't fit with the button...
How can we do that ?
Thanks for your support.