Webbutton vertical height

Hi I have a web button that I would like to draw with a height greater than 38.

My guess would be that I need to use CSS in order to do so. I need to only affect the desired button and not all buttons. Does anyone have an example or know of an example I can use to do this?

In button.Shown:

ExecuteJavaScript( "$('#" + me.ControlID + " .btn-group').css('height','100%');" )

Hi Anthony - thank you for your speedy reply. I have tested it and it’s working great :slight_smile:

Happy to help, Andy!