Change size of textbox

0
Hi all,   How can I change the size of the textbox including the label? I tried to change it by adding “font-size:10px;”  and width: 100px; (for example) into the appearance tab – style but it does not work .Any advice would be much appreciated. Thanks in advance.  
asked
1 answers
0

Hi,

You will have to write a class or change the styling through css and target the label and the form-control inside the mx-textbox. If you apply it in the greyed area as displayed below, it will not have any effect. You have to apply your styling to label and form-control.

Hope this helps.

 

answered